From 6e4e840980f3da36b995b0470d18e2e7ecd0a456 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 16 Jan 2021 09:04:48 -0500 Subject: installer/pcramfs: Make RAM FS twice Fixes: Mapping RAM disk /boot/initrd.img Fatal: open /boot/initrd.img: No such file or directory --- (limited to 'src/profile/proteanos.sh') diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 4795e91..28d2bbd 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -426,6 +426,7 @@ prof_proteanos_make_initramfs() else init_created=false fi + mkdir -p boot find . -xdev -a \! -path './boot/*' -a \ \! -path './prokit/*' | \ ${CPIO} -o -H newc | \ -- cgit v0.9.1