#version=DEVEL # System authorization information auth --enableshadow --passalgo=sha512 # Use network installation url --url="http://mirror.centos.org/altarch/7/os/aarch64" repo --name="linaro-overlay" --baseurl=http://repo.linaro.org/rpm/linaro-overlay/centos-7/repo repo --name="linaro-staging" --baseurl=http://repo.linaro.org/rpm/linaro-staging/centos-7/repo # Use graphical install graphical # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=sda # Keyboard layouts keyboard --vckeymap=gb --xlayouts='gb' # System language lang en_GB.UTF-8 # Network information network --bootproto=dhcp --device=eth0 --ipv6=auto --activate network --bootproto=dhcp --device=eth1 --onboot=off --ipv6=auto network --bootproto=dhcp --device=eth2 --onboot=off --ipv6=auto network --bootproto=dhcp --device=eth3 --onboot=off --ipv6=auto network --hostname=localhost.localdomain # Root password (centos) rootpw --iscrypted $6$KePIaJ.pR1WqEG1k$0gagmwfK8SoC3yd/Bo/IwVjU6aq9Pg4VRoYg7Yo8OoY3nE48wzL7cxjQ6EtgUd7WKycAheoPnNzg6oILXRPPr0 # System services services --enabled="chronyd" # System timezone timezone Europe/London --isUtc user --groups=wheel --name=centos --password=$6$KePIaJ.pR1WqEG1k$0gagmwfK8SoC3yd/Bo/IwVjU6aq9Pg4VRoYg7Yo8OoY3nE48wzL7cxjQ6EtgUd7WKycAheoPnNzg6oILXRPPr0 --iscrypted --gecos="centos" # System bootloader configuration bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda autopart --type=lvm # Partition clearing information clearpart --all --initlabel --drives=sda %packages @^minimal @core chrony kexec-tools %end %addon com_redhat_kdump --enable --reserve-mb='auto' %end %anaconda pwpolicy root --minlen=6 --minquality=50 --notstrict --nochanges --notempty pwpolicy user --minlen=6 --minquality=50 --notstrict --nochanges --notempty pwpolicy luks --minlen=6 --minquality=50 --notstrict --nochanges --notempty %end