From 397e2b52f0f04d9dca5d0629dd11744560718f9c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 16 Jan 2021 08:39:36 -0500 Subject: profile_make_initramfs(): Write RAM FS into system --- 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 -- cgit v0.9.1