ArchySP/scripts
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
..
_build-alarm.sh feat: add ALARM rootfs build scripts replacing Alpine 2026-02-17 17:27:48 -05:00
_build.sh Fix config files permission issue 2024-07-13 08:31:48 +01:00
build-alarm-rootfs.sh feat: add ALARM rootfs build scripts replacing Alpine 2026-02-17 17:27:48 -05:00
build-rootfs.sh Initial commit: boot, wifi and ssh work 2024-06-23 18:05:56 +01:00
extract-blobs.py Initial commit: boot, wifi and ssh work 2024-06-23 18:05:56 +01:00
extract-kernel.sh Initial commit: boot, wifi and ssh work 2024-06-23 18:05:56 +01:00
extract-modules.sh Initial commit: boot, wifi and ssh work 2024-06-23 18:05:56 +01:00
mkenv.py Initial commit: boot, wifi and ssh work 2024-06-23 18:05:56 +01:00
mkfsimage.sh Initial commit: boot, wifi and ssh work 2024-06-23 18:05:56 +01:00
mkinitrd.sh fix: create output directory before using realpath in mkinitrd.sh 2026-02-17 17:34:36 -05:00
mkpart.sh Initial commit: boot, wifi and ssh work 2024-06-23 18:05:56 +01:00