mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-09 14:51:27 +00:00
18 lines
380 B
Plaintext
18 lines
380 B
Plaintext
bootloader --location=mbr
|
|
network --bootproto=dhcp
|
|
url --url="https://download.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/"
|
|
lang en_US.UTF-8
|
|
keyboard us
|
|
timezone --utc America/New_York
|
|
clearpart --all
|
|
autopart
|
|
rootpw weakpassword
|
|
user --name=test --password=weakpassword --plaintext --groups=wheel
|
|
poweroff
|
|
text
|
|
|
|
%packages
|
|
@^server-product-environment
|
|
plymouth-system-theme
|
|
%end
|