-
Notifications
You must be signed in to change notification settings - Fork 0
/
ks.cfg
48 lines (35 loc) · 1021 Bytes
/
ks.cfg
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
# Generated by Anaconda 33.25.4
# Generated by pykickstart v3.29
#version=F33
# Use graphical install
graphical
%packages
@^server-product-environment
%end
# Keyboard layouts
keyboard --xlayouts='us'
# System language
lang en_US.UTF-8
# Network information
network --hostname=localhost.localdomain
# Use CDROM installation media
cdrom
# Run the Setup Agent on first boot
firstboot --enable
# Generated using Blivet version 3.3.0
ignoredisk --only-use=sda
autopart
# Partition clearing information
clearpart --none --initlabel
# System timezone
timezone America/Chicago --utc
# Root password
rootpw --plaintext $$$$XXX***
user --groups=wheel --name=ncowen --plaintext --password=$$$$XXX*** --gecos="Nate Cowen"
%addon com_redhat_kdump --disable --reserve-mb='128'
%end
%anaconda
pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --notempty
pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok
pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --notempty
%end