2016-07-08 15:58:23 +00:00
|
|
|
bootloader --location=mbr
|
|
|
|
network --bootproto=dhcp
|
2022-08-16 14:31:01 +00:00
|
|
|
url --url="https://download.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/"
|
2016-07-08 15:58:23 +00:00
|
|
|
lang en_US.UTF-8
|
|
|
|
keyboard us
|
|
|
|
timezone --utc America/New_York
|
|
|
|
clearpart --all
|
|
|
|
autopart --encrypted --passphrase=weakpassword
|
|
|
|
rootpw --plaintext weakpassword
|
|
|
|
user --name=test --password=weakpassword --plaintext
|
2017-10-21 00:37:38 +00:00
|
|
|
firstboot --enable
|
2016-07-08 15:58:23 +00:00
|
|
|
poweroff
|
|
|
|
|
|
|
|
%packages
|
|
|
|
@^workstation-product-environment
|
2020-05-09 16:14:46 +00:00
|
|
|
-selinux-policy-minimum
|
2016-07-08 15:58:23 +00:00
|
|
|
%end
|