2022-11-22 19:46:42 +00:00
|
|
|
url --url https://download.rockylinux.org/stg/rocky/9/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:04:32 +00:00
|
|
|
timezone --utc --nontp Etc/UTC
|
2022-11-22 19:46:42 +00:00
|
|
|
|
|
|
|
# Disk setup
|
|
|
|
zerombr
|
|
|
|
clearpart --all --initlabel
|
|
|
|
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
|
|
|
|
|
|
|
%addon com_redhat_kdump --disable
|
|
|
|
%end
|