Commit Graph

3 Commits

Author SHA1 Message Date
cloudwithax 2e3812af51 fix: create output directory before using realpath in mkinitrd.sh
The script was using realpath on the output directory without ensuring it
exists first, which would cause an error if the directory did not exist.
Add mkdir -p "$outdir" after line 7 to create the output directory before
it is used.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 17:34:36 -05:00
cloudwithax f0678f1e5b feat: replace Alpine mkinitfs with minimal ALARM-compatible initrd
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 17:31:42 -05:00
Maurizio Porrato 3216669497
Initial commit: boot, wifi and ssh work
Signed-off-by: Maurizio Porrato <maurizio.porrato@gmail.com>
2024-06-23 18:05:56 +01:00