summaryrefslogtreecommitdiffstats
path: root/dracut/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dracut/module-setup.sh')
-rwxr-xr-xdracut/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
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"