cloudwithax
2b696218a9
feat: add RetroArch cores download script with full system coverage
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 17:36:48 -05:00
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
cloudwithax
48a9c9c956
feat: add ALARM rootfs build scripts replacing Alpine
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 17:27:48 -05:00
Maurizio Porrato
14a689f1b8
Fix config files permission issue
...
Also:
- move custom /etc/motd out of config dir
- add dropbear-scp package
Signed-off-by: Maurizio Porrato <maurizio.porrato@gmail.com>
2024-07-13 08:31:48 +01: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