From 67c93616884257c9698d4ed0f3a65c2343f6427d Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Sat, 17 Dec 2022 12:54:43 -0500 Subject: [PATCH] disable kdump --- Rocky-8-Container-Base.ks | 2 ++ Rocky-8-Container-Minimal.ks | 2 ++ Rocky-8-Container-UBI.ks | 2 ++ 3 files changed, 6 insertions(+) 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