Skip to content

Commit

Permalink
Bring back turning off crashkernel
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Nov 14, 2024
1 parent c4813e9 commit c72c8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/configuration/puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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") }
Expand Down

0 comments on commit c72c8b6

Please sign in to comment.