X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=febootstrap-to-initramfs.sh;h=93d415a2d1d8d595d373862719a1da0c8af51070;hb=226a345b98528490de7d7944c362485689033623;hp=849aa7b25da06f0f021a66908a9e398fe3eb67f7;hpb=d52fcf7521b8f9b1ec7bbeaaf93840af37d363cf;p=febootstrap.git diff --git a/febootstrap-to-initramfs.sh b/febootstrap-to-initramfs.sh index 849aa7b..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 -o0c | 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 -o0c | gzip --best + find -not -name fakeroot.log -a -print0 | cpio -o -0 -H newc | gzip --best fi