-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrocky-10.cfg
More file actions
34 lines (25 loc) · 856 Bytes
/
rocky-10.cfg
File metadata and controls
34 lines (25 loc) · 856 Bytes
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
#version=RHEL10
# Required when using a minimal ISO image
url --url=http://mirror.hs-esslingen.de/Mirrors/rocky/10/BaseOS/x86_64/
# Add additional repository
repo --name="EPEL" --baseurl=http://dl.fedoraproject.org/pub/epel/10/x86_64/
# Use graphical or text install
text
%addon com_redhat_kdump --enable --reserve-mb='auto'
%end
# Keyboard layouts
keyboard --vckeymap=ch --xlayouts='ch'
# System language
lang en_US.UTF-8
# Run the Setup Agent on first boot
firstboot --enable
# Generated using Blivet version 3.10.0
ignoredisk --only-use=vda
autopart
# Partition clearing information
clearpart --none --initlabel
# System timezone
timezone Europe/Zurich --utc
#Root password
rootpw --lock
user --groups=wheel --name=fab --password=$y$j9T$bAac3qCptUZF6uM1RZFtrVNr$oICFIYvTiaoT2O.Hbt7ksM5fazhjeSFisfOYBjrTh8/ --iscrypted --gecos="Fabian Affolter"