summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-01-16 18:08:24 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-01-16 18:08:24 (EST)
commit9ec97d38b4cb32c90667693de4434f9ee2ea767f (patch)
treefba1b4f564209e6a9809c7d5a79c6e5662164207
parent93467db5e1580c770eb55c814c0461989c23d150 (diff)
prof_proteanos_make_initramfs(): Add CRC
-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