* Compress the initrd with bzip2.

svn path=/nixpkgs/trunk/; revision=19331
This commit is contained in:
Eelco Dolstra 2010-01-10 16:51:54 +00:00
parent 24a46bbf12
commit ea21783487

View File

@ -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)