2022-11-22 17:59:32 +00:00
|
|
|
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
|
|
|
|
|
|
|
text
|
|
|
|
bootloader --disable
|
|
|
|
firewall --disabled
|
|
|
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
|
|
|
rootpw --lock --iscrypted locked
|
|
|
|
selinux --disabled
|
|
|
|
shutdown
|
|
|
|
|
|
|
|
keyboard us
|
|
|
|
lang en_US.UTF-8
|
2023-04-02 10:08:08 +00:00
|
|
|
timezone --isUtc --nontp Etc/UTC
|
2022-11-22 17:59:32 +00:00
|
|
|
|
|
|
|
# Disk setup
|
|
|
|
zerombr
|
|
|
|
clearpart --all --initlabel
|
|
|
|
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
2022-12-17 17:49:49 +00:00
|
|
|
|
|
|
|
%pre
|
|
|
|
dbus-broker-launch --scope=none
|
|
|
|
%end
|