diff options
-rw-r--r-- | src/profile/proteanos.sh | 3 |
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 |