From d9a3268b5378c398b87457ea89635160f14f71c7 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Nov 27 2019 19:42:04 +0000 Subject: add in items from TrevorH minimal system --- diff --git a/CentOS-8-Minimal.ks b/CentOS-8-Minimal.ks index d092a06..d4d10d4 100644 --- a/CentOS-8-Minimal.ks +++ b/CentOS-8-Minimal.ks @@ -50,7 +50,7 @@ firstboot --reconfig shutdown %packages -@core +@^minimal-environment # Below is taken from RHEL-minimal ks in lorax. kernel @@ -58,6 +58,7 @@ kernel # requires dracut needs these included kernel-modules kernel-modules-extra +glibc-minimal-langpack dracut-live dracut-network @@ -70,6 +71,7 @@ tar centos-logos anaconda-tui tmux +-glibc-langpack-en %end @@ -114,6 +116,14 @@ rm -f /etc/systemd/system/default.target ln -s /lib/systemd/system/anaconda.target /etc/systemd/system/default.target echo . +%end + +%addon com_redhat_kdump --disable --reserve-mb='auto' +%end +%anaconda +pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --notempty +pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok +pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --notempty %end