From 9f141e324beb1f34c6522aa5a8c05fb3f8d0befa Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 12 Feb 2013 00:31:24 -0500 Subject: Add pigz to initrd.img Drastically speeds up compression of the initramfs for modern multicore systems, doesn't slow anything down if you're on a single core machine (like a virt guest), and only adds ~20kb to the image size. Good deal! --- dracut/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh index b9997f8aa..d196963c5 100755 --- a/dracut/module-setup.sh +++ b/dracut/module-setup.sh @@ -16,7 +16,7 @@ depends() { install() { # binaries we want in initramfs - dracut_install eject + dracut_install eject -o pigz # anaconda inst "$moddir/anaconda-lib.sh" "/lib/anaconda-lib.sh" inst_hook cmdline 25 "$moddir/parse-anaconda-options.sh" -- cgit