aboutsummaryrefslogtreecommitdiffstats
path: root/anaconda-ks.cfg
blob: 261f73541960cc09271523b1591aef22031c025f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#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