summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-16 08:39:36 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-16 08:49:22 (EST)
commit397e2b52f0f04d9dca5d0629dd11744560718f9c (patch)
treef15250718c8ff21b886734f07abb0119eefe12a9
parent2eaa08271dd61d95b6bc363ef6126c271e977024 (diff)
profile_make_initramfs(): Write RAM FS into system
-rw-r--r--src/profile/proteanos.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh
index 4d5578a..4795e91 100644
--- a/src/profile/proteanos.sh
+++ b/src/profile/proteanos.sh
@@ -429,7 +429,8 @@ prof_proteanos_make_initramfs()
find . -xdev -a \! -path './boot/*' -a \
\! -path './prokit/*' | \
${CPIO} -o -H newc | \
- ${XZ} -c --check=crc32 --x86 --lzma2
+ ${XZ} -c --check=crc32 --x86 --lzma2 \
+ 1>boot/initrd.img
if ${init_created}; then
rm -f init
fi