2022-09-15 21:58:49 +00:00
|
|
|
bootloader --location=mbr --append="console=tty0 quiet"
|
|
|
|
network --bootproto=dhcp
|
|
|
|
url --url="https://download.rockylinux.org/pub/rocky/8/BaseOS/aarch64/os/"
|
|
|
|
lang en_US.UTF-8
|
|
|
|
keyboard us
|
|
|
|
timezone --utc America/New_York
|
|
|
|
clearpart --all
|
|
|
|
autopart --encrypted --passphrase=weakpassword
|
|
|
|
rootpw --plaintext weakpassword
|
2024-08-04 23:21:53 +00:00
|
|
|
user --name=test --password=weakpassword --plaintext --groups=wheel
|
2022-09-15 21:58:49 +00:00
|
|
|
firstboot --enable
|
|
|
|
poweroff
|
2023-01-06 00:05:21 +00:00
|
|
|
text
|
2022-09-15 21:58:49 +00:00
|
|
|
|
|
|
|
%packages
|
|
|
|
@^workstation-product-environment
|
|
|
|
-selinux-policy-minimum
|
|
|
|
%end
|
2024-09-01 21:37:00 +00:00
|
|
|
|
|
|
|
%addon com_redhat_kdump --enable --reserve-mb='auto'
|
|
|
|
%end
|