From 346a893d8035212e8d2acbe3a14521df504116e2 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sun, 24 May 2009 15:39:10 +0100 Subject: [PATCH] Update to previous commit: Properly specify newc cpio format. --- febootstrap-to-initramfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/febootstrap-to-initramfs.sh b/febootstrap-to-initramfs.sh index 54ee046..93d415a 100755 --- a/febootstrap-to-initramfs.sh +++ b/febootstrap-to-initramfs.sh @@ -36,7 +36,7 @@ set -e if [ -f fakeroot.log ]; then fakeroot -i fakeroot.log \ - sh -c 'find -not -name fakeroot.log -a -print0 | cpio -o -0 -c -H newc | gzip --best' + sh -c 'find -not -name fakeroot.log -a -print0 | cpio -o -0 -H newc | gzip --best' else - find -not -name fakeroot.log -a -print0 | cpio -o -0 -c -H newc | gzip --best + find -not -name fakeroot.log -a -print0 | cpio -o -0 -H newc | gzip --best fi -- 1.8.3.1