1 # CentOS aarch64 image kickstart file.
2 # This file is used by the CentOS installer to
3 # script the generation of the image.
5 # Copyright 2020 Linaro
7 ignoredisk --only-use=vda
8 # System bootloader configuration
9 bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=vda
11 # Partition clearing information
12 clearpart --linux --initlabel --drives=vda
13 # Use text mode install
15 repo --name="AppStream" --baseurl=file:///run/install/repo/AppStream
16 # Use CDROM installation media
19 keyboard --vckeymap=us --xlayouts=''
24 network --bootproto=dhcp --device=enp0s1 --onboot=off --ipv6=auto --no-activate
25 network --hostname=localhost.localdomain
26 # Run the Setup Agent on first boot
28 # Do not configure the X Window System
31 services --enabled="chronyd"
33 timezone America/New_York --isUtc
35 # Shutdown after installation is complete.
39 @^server-product-environment
44 %addon com_redhat_kdump --enable --reserve-mb='auto'
48 pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --notempty
49 pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok
50 pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --notempty