From 37176e5c341dcd03df5fd83b6ba219f2c4fb9905 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 11 Nov 2009 10:54:45 +0000 Subject: [PATCH] Set cpio blocksize to 64K. https://www.redhat.com/archives/fedora-devel-list/2009-November/thread.html#00523 --- febootstrap-supermin-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/febootstrap-supermin-helper.sh b/febootstrap-supermin-helper.sh index c2088bf..8c708b5 100755 --- a/febootstrap-supermin-helper.sh +++ b/febootstrap-supermin-helper.sh @@ -129,4 +129,4 @@ find "$modpath" \( -not -name '*.ko' $whitelist \) -a -print0 | hostfiles=$(readlink -f "$hostfiles") (cd / && ls -1df $(cat "$hostfiles") 2>/dev/null | - cpio --quiet -o -H newc ) >> "$initrd" + cpio -C 65536 --quiet -o -H newc ) >> "$initrd" -- 1.8.3.1