diff --git a/desktop-8.ks b/desktop-8.ks index cef18f1..c070955 100644 --- a/desktop-8.ks +++ b/desktop-8.ks @@ -17,6 +17,9 @@ text -selinux-policy-minimum %end +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end + %post touch $INSTALL_ROOT/home/home_preserved %end diff --git a/desktop.ks b/desktop.ks index e8e7a93..6696228 100644 --- a/desktop.ks +++ b/desktop.ks @@ -17,6 +17,9 @@ text -selinux-policy-minimum %end +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end + %post touch $INSTALL_ROOT/home/home_preserved %end diff --git a/desktopencrypt-8.ks b/desktopencrypt-8.ks index cccb6d2..3dee3f2 100644 --- a/desktopencrypt-8.ks +++ b/desktopencrypt-8.ks @@ -16,3 +16,6 @@ text @^workstation-product-environment -selinux-policy-minimum %end + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/desktopencrypt-aarch64-8.ks b/desktopencrypt-aarch64-8.ks index dd98584..1c538f2 100644 --- a/desktopencrypt-aarch64-8.ks +++ b/desktopencrypt-aarch64-8.ks @@ -16,3 +16,6 @@ text @^workstation-product-environment -selinux-policy-minimum %end + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/desktopencrypt-aarch64.ks b/desktopencrypt-aarch64.ks index 0f67951..1253427 100644 --- a/desktopencrypt-aarch64.ks +++ b/desktopencrypt-aarch64.ks @@ -16,3 +16,6 @@ text @^workstation-product-environment -selinux-policy-minimum %end + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/desktopencrypt.ks b/desktopencrypt.ks index 403121b..3c58a80 100644 --- a/desktopencrypt.ks +++ b/desktopencrypt.ks @@ -16,3 +16,6 @@ text @^workstation-product-environment -selinux-policy-minimum %end + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/minimal-8.ks b/minimal-8.ks index 29f50d6..ec4c19d 100644 --- a/minimal-8.ks +++ b/minimal-8.ks @@ -14,6 +14,9 @@ text @core %end +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end + %post touch $INSTALL_ROOT/home/home_preserved %end diff --git a/minimal-bios-8.ks b/minimal-bios-8.ks index 29f50d6..ec4c19d 100644 --- a/minimal-bios-8.ks +++ b/minimal-bios-8.ks @@ -14,6 +14,9 @@ text @core %end +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end + %post touch $INSTALL_ROOT/home/home_preserved %end diff --git a/minimal-bios.ks b/minimal-bios.ks index bfd56f4..37803de 100644 --- a/minimal-bios.ks +++ b/minimal-bios.ks @@ -13,3 +13,6 @@ text %packages @core %end + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/minimal-uefi.ks b/minimal-uefi.ks index 39cc942..0e8f82a 100644 --- a/minimal-uefi.ks +++ b/minimal-uefi.ks @@ -14,6 +14,9 @@ text @core %end +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end + %post touch $INSTALL_ROOT/home/home_preserved %end diff --git a/minimal.ks b/minimal.ks index 39cc942..0e8f82a 100644 --- a/minimal.ks +++ b/minimal.ks @@ -14,6 +14,9 @@ text @core %end +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end + %post touch $INSTALL_ROOT/home/home_preserved %end diff --git a/server-8.ks b/server-8.ks index dc1a2a2..ee1f223 100644 --- a/server-8.ks +++ b/server-8.ks @@ -15,3 +15,6 @@ text @^server-product-environment plymouth-system-theme %end + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/server.ks b/server.ks index ce5a015..8ecd15e 100644 --- a/server.ks +++ b/server.ks @@ -15,3 +15,6 @@ text @^server-product-environment plymouth-system-theme %end + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/support-8.ks b/support-8.ks index 7d3797a..67f3a97 100644 --- a/support-8.ks +++ b/support-8.ks @@ -18,3 +18,6 @@ targetcli nfs-utils dnsmasq %end + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/support.ks b/support.ks index 39ccb91..e8286c4 100644 --- a/support.ks +++ b/support.ks @@ -18,3 +18,6 @@ targetcli nfs-utils dnsmasq %end + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/uploads/freeipa.ks b/uploads/freeipa.ks index 018fa32..1034965 100644 --- a/uploads/freeipa.ks +++ b/uploads/freeipa.ks @@ -14,3 +14,6 @@ createrepo_c %end rootpw anaconda reboot + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/uploads/freeipaclient.ks b/uploads/freeipaclient.ks index 699663c..3ddd1e6 100644 --- a/uploads/freeipaclient.ks +++ b/uploads/freeipaclient.ks @@ -12,3 +12,6 @@ autopart rootpw anaconda reboot realm join --one-time-password=monkeys ipa001.test.openqa.rockylinux.org + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/uploads/root-user-crypted-net-8.ks b/uploads/root-user-crypted-net-8.ks index b77295b..ed2642a 100644 --- a/uploads/root-user-crypted-net-8.ks +++ b/uploads/root-user-crypted-net-8.ks @@ -15,3 +15,6 @@ reboot %packages @core %end + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end diff --git a/uploads/root-user-crypted-net-9.ks b/uploads/root-user-crypted-net-9.ks index 7ba019c..a49e5fe 100644 --- a/uploads/root-user-crypted-net-9.ks +++ b/uploads/root-user-crypted-net-9.ks @@ -15,3 +15,6 @@ reboot %packages @core %end + +%addon com_redhat_kdump --enable --reserve-mb='auto' +%end