From 9ec97d38b4cb32c90667693de4434f9ee2ea767f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 16 Jan 2016 18:08:24 -0500 Subject: prof_proteanos_make_initramfs(): Add CRC --- 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 -- cgit v0.9.1