2021-06-18 21:52:14 +00:00
|
|
|
bootloader --location=mbr --append="console=tty0 quiet"
|
|
|
|
network --bootproto=dhcp
|
2022-09-15 21:58:49 +00:00
|
|
|
url --url="https://download.rockylinux.org/pub/rocky/9/BaseOS/aarch64/os/"
|
2021-06-18 21:52:14 +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
|
|
|
|
firstboot --enable
|
|
|
|
poweroff
|
2023-01-06 00:05:21 +00:00
|
|
|
text
|
2021-06-18 21:52:14 +00:00
|
|
|
|
|
|
|
%packages
|
|
|
|
@^workstation-product-environment
|
|
|
|
-selinux-policy-minimum
|
|
|
|
%end
|