2022-09-15 21:58:49 +00:00
|
|
|
bootloader --location=mbr
|
|
|
|
network --bootproto=dhcp
|
|
|
|
url --url="https://download.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/"
|
|
|
|
lang en_US.UTF-8
|
|
|
|
keyboard us
|
|
|
|
timezone --utc America/New_York
|
|
|
|
clearpart --all
|
|
|
|
autopart
|
|
|
|
rootpw weakpassword
|
2024-08-04 23:22:25 +00:00
|
|
|
user --name=test --password=weakpassword --plaintext --groups=wheel
|
2022-09-15 21:58:49 +00:00
|
|
|
poweroff
|
2023-01-06 00:05:21 +00:00
|
|
|
text
|
2022-09-15 21:58:49 +00:00
|
|
|
|
|
|
|
%packages
|
|
|
|
@^server-product-environment
|
|
|
|
plymouth-system-theme
|
|
|
|
%end
|
2024-09-01 21:37:00 +00:00
|
|
|
|
|
|
|
%addon com_redhat_kdump --enable --reserve-mb='auto'
|
|
|
|
%end
|