diff --git a/Rocky-8-Container-Base.ks b/Rocky-8-Container-Base.ks index eac5f02..f9539be 100644 --- a/Rocky-8-Container-Base.ks +++ b/Rocky-8-Container-Base.ks @@ -25,6 +25,8 @@ autopart --noboot --nohome --noswap --nolvm --fstype=ext4 %pre dbus-broker-launch --scope=none %end +%addon com_redhat_kdump --disable +%end # Package setup %packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps diff --git a/Rocky-8-Container-Minimal.ks b/Rocky-8-Container-Minimal.ks index b4292c8..e1ab8c0 100644 --- a/Rocky-8-Container-Minimal.ks +++ b/Rocky-8-Container-Minimal.ks @@ -25,6 +25,8 @@ autopart --noboot --nohome --noswap --nolvm --fstype=ext4 %pre dbus-broker-launch --scope=none %end +%addon com_redhat_kdump --disable +%end # Package setup %packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps diff --git a/Rocky-8-Container-UBI.ks b/Rocky-8-Container-UBI.ks index 833d179..7bff631 100644 --- a/Rocky-8-Container-UBI.ks +++ b/Rocky-8-Container-UBI.ks @@ -25,6 +25,8 @@ autopart --noboot --nohome --noswap --nolvm --fstype=ext4 %pre dbus-broker-launch --scope=none %end +%addon com_redhat_kdump --disable +%end # Package setup %packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps