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 7b437dc commit 742211bCopy full SHA for 742211b
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