We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc04fa5 + 9b09300 commit 5223f3bCopy full SHA for 5223f3b
common/configuration/puppet.yaml.tftpl
@@ -74,7 +74,7 @@ runcmd:
74
install -m 700 /dev/null /opt/puppetlabs/bin/postrun
75
# kernel configuration
76
systemctl disable kdump
77
- 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=0M"
78
grub2-mkconfig -o /boot/grub2/grub.cfg
79
fi
80
%{ if contains(tags, "puppet") }
0 commit comments