summaryrefslogtreecommitdiffstats
path: root/src/profile/proteanos.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-16 09:04:48 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-16 09:04:48 (EST)
commit6e4e840980f3da36b995b0470d18e2e7ecd0a456 (patch)
tree4c763eec04772873cda96e6b2259cfb601f5a821 /src/profile/proteanos.sh
parent39f74835a831c952c995158cb00e0146c49fd075 (diff)
installer/pcramfs: Make RAM FS twice
Fixes: Mapping RAM disk /boot/initrd.img Fatal: open /boot/initrd.img: No such file or directory
Diffstat (limited to 'src/profile/proteanos.sh')
-rw-r--r--src/profile/proteanos.sh1
1 files changed, 1 insertions, 0 deletions
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 | \