#version=Daisy10.2 # System authorization information auth --enableshadow --passalgo=sha512 # Use CDROM installation media cdrom # Use graphical install #graphical text # Run the Setup Agent on first boot firstboot --disable ignoredisk --only-use=nvme0n1 # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' # System language lang en_US # Selinux permissive selinux --permissive # Network information network --bootproto=dhcp --device=enp2s0 --onboot=off --ipv6=auto --no-activate network --bootproto=dhcp --device=enp3s0 --ipv6=auto --activate network --hostname=daisyCOS7 # Root password rootpw --iscrypted $6$TGmj4wdvE9TYocem$G6eYJWyLophRmYkvNp37iUU0P8NomMrhR0kSgCJFbduQc41nhaOFneUUDU0lp99sz9dnfOVoAIhRfuIyqnhGc/ # System services services --disabled="chronyd" # System timezone timezone America/Chicago --nontp user --groups=wheel --name=tfsupport --password=$6$9NExIJjQqm2cE.8K$eIUndufr6hLA/NPGYtxq1Si1BLbBbZb3LkGalqT7/1.KBXOBYFFtcQKD7mNX4AzNoUZZ3ow75Lu0Qg7J.qCnU1 --iscrypted --gecos="tfsupport" # System bootloader configuration bootloader --location=mbr --boot-drive=nvme0n1 --append="nomodeset biosdevname=0 net.ifnames=0 video=640x480" autopart --type=lvm # Partition clearing information clearpart --initlabel --all %packages @^minimal @core aide esc libreswan pam_pkcs11 %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 %post --nochroot exec < /dev/tty3 > /dev/tty3 chvt 3 ( cd /tmp curl -O http://rtihardware.homelinux.com/centos7.7_64_daisy_efi/daisy_uefi.sh chmod +x /tmp/daisy_uefi.sh /tmp/daisy_uefi.sh | tee /tmp/daisy_uefi.sh.log ) 2>&1 | /usr/bin/tee /tmp/ks-post.log chvt 1 %end