| #version=DEVEL |
| # System authorization information |
| auth --enableshadow --passalgo=sha512 |
| # Use text mode install |
| text |
| # Install from CD, and reboot once done |
| install |
| cdrom |
| reboot |
| # Run the Setup Agent on first boot |
| firstboot --enable |
| ignoredisk --only-use=vda |
| # Keyboard layouts |
| keyboard --vckeymap=gb --xlayouts='' |
| # System language |
| lang en_GB.UTF-8 |
| |
| # Network information |
| network --bootproto=dhcp --device=enp0s1 --ipv6=auto --activate |
| network --hostname=localhost.localdomain |
| # Root password |
| rootpw --iscrypted $6$.bkQ04hA$3ANZyvputuKzAj2DQWMjXQMFdZj9g4BZTHsP0YQCpsHhgfotpiAnBovEgeaPxk.6BrtRftx.n1D8XaY3igFIV1 |
| # System services |
| services --enabled="chronyd" |
| # Do not configure the X Window System |
| skipx |
| # System timezone |
| timezone Europe/London --isUtc |
| # System bootloader configuration |
| bootloader --location=mbr --boot-drive=vda |
| autopart --type=plain |
| # Partition clearing information |
| clearpart --all --initlabel --drives=vda |
| |
| %packages |
| @^server-product-environment |
| @arm-tools |
| @server-hardware-support |
| chrony |
| |
| %end |
| |
| %addon com_redhat_kdump --disable --reserve-mb='128' |
| |
| %end |
| |
| %anaconda |
| pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --emptyok |
| pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok |
| pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --emptyok |
| %end |