diff --git a/Rocky-9-Container-Base.ks b/Rocky-9-Container-Base.ks index 6191b2a..f95e635 100644 --- a/Rocky-9-Container-Base.ks +++ b/Rocky-9-Container-Base.ks @@ -23,7 +23,7 @@ clearpart --all --initlabel autopart --noboot --nohome --noswap --nolvm --fstype=ext4 # Package setup -%packages --ignoremissing --excludedocs --inst-langs=en --nocore --exclude-weakdeps +%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps bash binutils coreutils-single diff --git a/Rocky-9-Container-Minimal.ks b/Rocky-9-Container-Minimal.ks index f2c3d83..b01d8e1 100644 --- a/Rocky-9-Container-Minimal.ks +++ b/Rocky-9-Container-Minimal.ks @@ -21,7 +21,7 @@ clearpart --all --initlabel autopart --noboot --nohome --noswap --nolvm --fstype=ext4 # Package setup -%packages --ignoremissing --excludedocs --inst-langs=en --nocore --exclude-weakdeps +%packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps bash coreutils-single glibc-minimal-langpack