Skip to content

Commit

Permalink
Disable kdump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Nov 3, 2023
1 parent 08c1b85 commit 30e0ae1
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions http/generic.alma9.docker.ks
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ bootloader --timeout=1 --append="net.ifnames=0 biosdevname=0 no_timer_check vga=
# repo --name=BaseOS
url --url=https://dfw.mirror.rackspace.com/almalinux/9.2/BaseOS/x86_64/os/

%addon com_redhat_kdump --disable --reserve-mb=128
%end
%packages
@core
sudo
Expand Down
2 changes: 2 additions & 0 deletions http/generic.alma9.vagrant.a64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ bootloader --timeout=1 --append="net.ifnames=0 biosdevname=0 no_timer_check vga=
# repo --name=BaseOS
url --url=https://dfw.mirror.rackspace.com/almalinux/9.2/BaseOS/aarch64/os/

%addon com_redhat_kdump --disable --reserve-mb=128
%end
%packages
@core
sudo
Expand Down
2 changes: 2 additions & 0 deletions http/generic.alma9.vagrant.ks
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ bootloader --timeout=1 --append="net.ifnames=0 biosdevname=0 no_timer_check vga=
# repo --name=BaseOS
url --url=https://dfw.mirror.rackspace.com/almalinux/9.2/BaseOS/x86_64/os/

%addon com_redhat_kdump --disable --reserve-mb=128
%end
%packages
@core
sudo
Expand Down
2 changes: 2 additions & 0 deletions http/generic.oracle9.docker.ks
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ bootloader --timeout=1 --append="net.ifnames=0 biosdevname=0 no_timer_check vga=
url --url=https://yum.oracle.com/repo/OracleLinux/OL9/baseos/latest/x86_64/
repo --name=appstream --baseurl=https://yum.oracle.com/repo/OracleLinux/OL9/appstream/x86_64/

%addon com_redhat_kdump --disable --reserve-mb=128
%end
%packages
@core
sudo
Expand Down
2 changes: 2 additions & 0 deletions http/generic.oracle9.vagrant.ks
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ bootloader --timeout=1 --append="net.ifnames=0 biosdevname=0 no_timer_check vga=
url --url=https://yum.oracle.com/repo/OracleLinux/OL9/baseos/latest/x86_64/
repo --name=appstream --baseurl=https://yum.oracle.com/repo/OracleLinux/OL9/appstream/x86_64/

%addon com_redhat_kdump --disable --reserve-mb=128
%end
%packages
@core
sudo
Expand Down
2 changes: 2 additions & 0 deletions http/generic.rhel9.docker.ks
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ firewall --enabled --service=ssh
network --device eth0 --bootproto dhcp --noipv6 --hostname=rhel9.localdomain
bootloader --timeout=1 --append="net.ifnames=0 biosdevname=0 no_timer_check vga=792 nomodeset text"

%addon com_redhat_kdump --disable --reserve-mb=128
%end
%packages
@core
authconfig
Expand Down
2 changes: 2 additions & 0 deletions http/generic.rhel9.vagrant.ks
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ firewall --enabled --service=ssh
network --device eth0 --bootproto dhcp --noipv6 --hostname=rhel9.localdomain
bootloader --timeout=1 --append="net.ifnames=0 biosdevname=0 no_timer_check vga=792 nomodeset text"

%addon com_redhat_kdump --disable --reserve-mb=128
%end
%packages
@core
authconfig
Expand Down
2 changes: 2 additions & 0 deletions http/generic.rocky9.docker.ks
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ bootloader --timeout=1 --append="net.ifnames=0 biosdevname=0 no_timer_check vga=
# repo --name=BaseOS
url --url=https://ftp5.gwdg.de/pub/linux/rocky/9.2/BaseOS/x86_64/os/

%addon com_redhat_kdump --disable --reserve-mb=128
%end
%packages
@core
sudo
Expand Down
2 changes: 2 additions & 0 deletions http/generic.rocky9.vagrant.ks
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ bootloader --timeout=1 --append="net.ifnames=0 biosdevname=0 no_timer_check vga=
# repo --name=BaseOS
url --url=https://ftp5.gwdg.de/pub/linux/rocky/9.2/BaseOS/x86_64/os/

%addon com_redhat_kdump --disable --reserve-mb=128
%end
%packages
@core
sudo
Expand Down

0 comments on commit 30e0ae1

Please sign in to comment.