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 1c7a243 commit 7f19b0dCopy full SHA for 7f19b0d
hooks/systemd/52-dracut.install
@@ -40,7 +40,7 @@ if [[ ${KERNEL_INSTALL_UKI_GENERATOR} == dracut ]]; then
40
elif [[ ${KERNEL_INSTALL_INITRD_GENERATOR} == dracut ]]; then
41
# We are the initrd generator
42
IMAGE=initrd
43
- INITRAMFS_GEN_ARGS=( --no-uefi )
+ INITRAMFS_GEN_ARGS+=( --no-uefi )
44
else
45
# No install.conf preference set
46
IMAGE=dracut-tmp
0 commit comments