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.
2 parents 7b437dc + 742211b commit 4e95f11Copy full SHA for 4e95f11
1 file changed
common/configuration/puppet.yaml.tftpl
@@ -82,7 +82,7 @@ runcmd:
82
# kernel configuration
83
%{ if cloud_provider != "incus" ~}
84
systemctl disable kdump
85
- grubby --update-kernel=ALL --args="rd.driver.blacklist=nouveau nouveau.modeset=0 crashkernel=0M"
+ grubby --update-kernel=ALL --args="rd.driver.blacklist=nouveau nouveau.modeset=0 crashkernel=0M initcall_blacklist=algif_aead_init"
86
grub2-mkconfig -o /boot/grub2/grub.cfg
87
%{ endif ~}
88
fi
0 commit comments