summaryrefslogtreecommitdiffstats
path: root/src/profile/proteanos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile/proteanos.sh')
-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 ef578f0..3048227 100644
--- a/src/profile/proteanos.sh
+++ b/src/profile/proteanos.sh
@@ -292,7 +292,8 @@ prof_proteanos_make_initramfs()
*-linux-*)
find . -xdev -a \! -path './boot/*' -a \
\! -path './prokit/*' | \
- ${CPIO} -o -H newc | ${XZ} -c --x86 --lzma2
+ ${CPIO} -o -H newc | \
+ ${XZ} -c --check=crc32 --x86 --lzma2
;;
esac
return 1