#version=DEVEL # System authorization information auth --enableshadow --passalgo=sha512 # Use CDROM installation media cdrom # Use graphical install graphical # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=sda # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' # System language lang en_US.UTF-8 # Network information network --bootproto=dhcp --device=eno1 --ipv6=auto --activate network --bootproto=dhcp --device=eno2 --onboot=off --ipv6=auto network --hostname=localhost.localdomain # Root password rootpw --iscrypted $6$.UVpvpty.UUYPkgv$oW7nD.mA0MWlGot26elNzIyMp/mkBMlt/SE5D6ikF1V9Ij2q.dWC6hH09x67moCUST79GeJr6YbEH.sxo7Syc1 # System services services --enabled="chronyd" # System timezone timezone America/New_York --isUtc user --name=eevans --password=$6$zqqZhMDA0LYVZ.LF$a/Qa/HI2ML06vikhzq2kUg.mboGQg/psE.bFKDficJaDvFP5TQXniQS07A3R2D/cQSQnnA2yLzgexlKCmN4ZE. --iscrypted --gecos="Eric Evans" # System bootloader configuration bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda autopart --type=lvm # Partition clearing information clearpart --none --initlabel %packages @^minimal @core chrony kexec-tools %end %addon com_redhat_kdump --enable --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