From a9140ed8cdd0c53ef266bd73fa9b6d3aadf3cb5c Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Sat, 19 Nov 2022 14:07:58 -0500 Subject: [PATCH] Disable kdump addon in containers --- Rocky-9-Container-Base.ks | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rocky-9-Container-Base.ks b/Rocky-9-Container-Base.ks index f95e635..8188907 100644 --- a/Rocky-9-Container-Base.ks +++ b/Rocky-9-Container-Base.ks @@ -22,6 +22,10 @@ zerombr clearpart --all --initlabel autopart --noboot --nohome --noswap --nolvm --fstype=ext4 +# This breaks everything, apparently +%addon com_redhat_kdump --disable +%end + # Package setup %packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps bash