diff --git a/common/configuration/puppet.yaml b/common/configuration/puppet.yaml index 1f300e8c..b7e83664 100644 --- a/common/configuration/puppet.yaml +++ b/common/configuration/puppet.yaml @@ -52,7 +52,7 @@ runcmd: install -m 700 /dev/null /opt/puppetlabs/bin/postrun # kernel configuration systemctl disable kdump - grubby --update-kernel=ALL --args="rd.driver.blacklist=nouveau nouveau.modeset=0" + grubby --update-kernel=ALL --args="rd.driver.blacklist=nouveau nouveau.modeset=0 crashkernel=no" grub2-mkconfig -o /boot/grub2/grub.cfg fi %{ if contains(tags, "puppet") }