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