* Compress the initrd with bzip2.
svn path=/nixpkgs/trunk/; revision=19331
This commit is contained in:
parent
24a46bbf12
commit
ea21783487
@ -36,4 +36,4 @@ storePaths=$(perl $pathsFromGraph closure-*)
|
||||
|
||||
# Put the closure in a gzipped cpio archive.
|
||||
ensureDir $out
|
||||
(cd root && find * -print0 | cpio -ov -H newc --null | gzip -9 > $out/initrd)
|
||||
(cd root && find * -print0 | cpio -ov -H newc --null | bzip2 -9 > $out/initrd)
|
||||
|
Loading…
Reference in New Issue
Block a user