We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f1dbc commit 846a845Copy full SHA for 846a845
install.d/50-dracut.install
@@ -54,7 +54,12 @@ case "$COMMAND" in
54
break
55
fi
56
done
57
- dracut -f ${noimageifnotneeded:+--noimageifnotneeded} "$BOOT_DIR_ABS/$INITRD" "$KERNEL_VERSION"
+
58
+ dracut -f \
59
+ ${noimageifnotneeded:+--noimageifnotneeded} \
60
+ $([[ "$KERNEL_INSTALL_VERBOSE" == 1 ]] && echo --verbose) \
61
+ "$BOOT_DIR_ABS/$INITRD" \
62
+ "$KERNEL_VERSION"
63
ret=$?
64
;;
65
remove)
0 commit comments