Skip to content

Commit

Permalink
fix: disable kdump
Browse files Browse the repository at this point in the history
kexec doesn't work yet on 6.2+ kernels
See: coreos/fedora-coreos-tracker#1430
  • Loading branch information
mogeko committed Sep 26, 2023
1 parent 592b859 commit cfb8bef
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions ignitions/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ passwd:
groups:
- wheel
- sudo
kernel_arguments:
should_exist:
- "crashkernel=300M"
# kexec doesn't work yet on 6.2+ kernels
# See: https://github.com/coreos/fedora-coreos-tracker/issues/1430
# kernel_arguments:
# should_exist:
# - "crashkernel=300M"
systemd:
units:
- name: kdump.service
# - name: kdump.service
# enabled: true
- name: podman-auto-update.service
enabled: true
# To install `cockpit-*` packages by `rpm-ostree`.
# In the future, It will will have a more Ignition-friendly method of doing this
Expand Down Expand Up @@ -83,8 +87,8 @@ storage:
PodmanArgs=--pid=host
Network=host
Mount=type=bind,src=/,dst=/host,ro=true,bind-propagation=rslave
Pull=newer
AddCapability=SYS_TIME
AutoUpdate=registry
Exec=--path.rootfs=/host
[Install]
Expand Down

0 comments on commit cfb8bef

Please sign in to comment.