22 lines
454 B
Plaintext
22 lines
454 B
Plaintext
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
|
|
timezone --utc --nontp Etc/UTC
|
|
|
|
# Disk setup
|
|
zerombr
|
|
clearpart --all --initlabel
|
|
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
|
|
|
%addon com_redhat_kdump --disable
|
|
%end
|