mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-09 14:51:27 +00:00
21 lines
444 B
Plaintext
21 lines
444 B
Plaintext
bootloader --location=mbr
|
|
network --bootproto=dhcp
|
|
url --url="https://download.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/"
|
|
#repo --name="epel" --baseurl="http://mirrors.kernel.org/fedora-epel/9/Everything/x86_64/"
|
|
# use epel to keep scsi-target-utils instead of targetcli
|
|
lang en_US.UTF-8
|
|
keyboard us
|
|
timezone --utc America/New_York
|
|
clearpart --all
|
|
autopart
|
|
rootpw weakpassword
|
|
poweroff
|
|
text
|
|
|
|
%packages
|
|
@core
|
|
targetcli
|
|
nfs-utils
|
|
dnsmasq
|
|
%end
|