From: Richard Jones Date: Sun, 24 May 2009 14:39:10 +0000 (+0100) Subject: Update to previous commit: Properly specify newc cpio format. X-Git-Tag: 2.1~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=346a893d8035212e8d2acbe3a14521df504116e2;p=febootstrap.git Update to previous commit: Properly specify newc cpio format. --- 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