From e5c719259ed40b3f2008921fc6c9b0651e8c525e Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Fri, 24 Nov 2017 14:57:04 +0200 Subject: [PATCH] 'rootfs.cpio.gz' doexn't exist. Changed to 'rootfs.cpio.xz'. --- src/10_pack_rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/10_pack_rootfs.sh b/src/10_pack_rootfs.sh index 3ce688866..b06f2f09c 100755 --- a/src/10_pack_rootfs.sh +++ b/src/10_pack_rootfs.sh @@ -10,7 +10,7 @@ cd work echo "Packing initramfs. This may take a while..." # Remove the old 'initramfs' archive if it exists. -rm -f rootfs.cpio.gz +rm -f rootfs.cpio.xz cd rootfs