Generalization of recursive function
[apex.git] / ci / iso-verify.ks
1 # poweroff on success
2 poweroff
3
4 # Do not configure the X Window System
5 skipx
6 # System timezone
7 timezone US/Eastern --isUtc
8 # System bootloader configuration
9 bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=vda
10 autopart --type=lvm
11 # Partition clearing information
12 clearpart --all --initlabel --drives=vda
13
14 %packages
15 @apex-opendaylight
16 @base
17 @core
18 @virtualization-hypervisor
19 @virtualization-tools
20 chrony
21 kexec-tools
22
23 %end
24
25 %addon com_redhat_kdump --disable
26
27 %end
28
29 %anaconda
30 pwpolicy root --minlen=6 --minquality=50 --notstrict --nochanges --notempty
31 pwpolicy user --minlen=6 --minquality=50 --notstrict --nochanges --notempty
32 pwpolicy luks --minlen=6 --minquality=50 --notstrict --nochanges --notempty
33 %end
34
35 #version=DEVEL
36 # System authorization information
37 auth --enableshadow --passalgo=sha512
38 # Use CDROM installation media
39 cdrom
40 # Use text mode install
41 text
42 # Run the Setup Agent on first boot
43 firstboot --disable
44 ignoredisk --only-use=vda
45 # Keyboard layouts
46 keyboard --vckeymap=us --xlayouts=''
47 # System language
48 lang en_US.UTF-8
49
50 # Network information
51 network  --bootproto=dhcp --device=eth0 --onboot=off --ipv6=auto --no-activate
52 network  --hostname=localhost.localdomain
53
54 # Root password
55 rootpw --iscrypted $6$l4m1GNdyJ/.EP40T$2Nn99xwbJexsqqYqbgWCUivSIqJTOTTNuxmli6TM9.3uom5eiIZDPQ3UZ6gVYi0ir2px4z7e2DnccmoV/EXNB/
56 # System services
57 services --enabled="chronyd"