mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
* Revert r19331 - Linux 2.6.27 doesn't support bzip2.
svn path=/nixpkgs/trunk/; revision=19335
This commit is contained in:
parent
ea21783487
commit
4df0f01c0f
|
@ -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 | bzip2 -9 > $out/initrd)
|
||||
(cd root && find * -print0 | cpio -ov -H newc --null | gzip -9 > $out/initrd)
|
||||
|
|
Loading…
Reference in a new issue