Skip to content

Commit 5223f3b

Browse files
authored
Merge pull request ComputeCanada#391 from ComputeCanada/crashkernel-bis
Add back crashkernel=0M to kernel args
2 parents bc04fa5 + 9b09300 commit 5223f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/configuration/puppet.yaml.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runcmd:
7474
install -m 700 /dev/null /opt/puppetlabs/bin/postrun
7575
# kernel configuration
7676
systemctl disable kdump
77-
grubby --update-kernel=ALL --args="rd.driver.blacklist=nouveau nouveau.modeset=0"
77+
grubby --update-kernel=ALL --args="rd.driver.blacklist=nouveau nouveau.modeset=0 crashkernel=0M"
7878
grub2-mkconfig -o /boot/grub2/grub.cfg
7979
fi
8080
%{ if contains(tags, "puppet") }

0 commit comments

Comments
 (0)