git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9acbbf0
)
Set cpio blocksize to 64K.
author
Richard Jones
<rjones@redhat.com>
Wed, 11 Nov 2009 10:54:45 +0000
(10:54 +0000)
committer
Richard Jones
<rjones@redhat.com>
Wed, 11 Nov 2009 10:54:45 +0000
(10:54 +0000)
https://www.redhat.com/archives/fedora-devel-list/2009-November/thread.html#00523
febootstrap-supermin-helper.sh
patch
|
blob
|
history
diff --git
a/febootstrap-supermin-helper.sh
b/febootstrap-supermin-helper.sh
index
c2088bf
..
8c708b5
100755
(executable)
--- 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"