2019-11-12 14:00:47 +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/"
|
2019-11-12 14:00:47 +00:00
|
|
|
lang en_US.UTF-8
|
|
|
|
keyboard us
|
|
|
|
timezone --utc America/New_York
|
|
|
|
clearpart --all
|
2020-05-09 00:18:23 +00:00
|
|
|
autopart
|
2019-11-12 14:00:47 +00:00
|
|
|
rootpw weakpassword
|
|
|
|
poweroff
|
2023-01-06 00:05:21 +00:00
|
|
|
text
|
2019-11-12 14:00:47 +00:00
|
|
|
|
|
|
|
%packages
|
|
|
|
@core
|
|
|
|
%end
|
2020-12-04 14:04:29 +00:00
|
|
|
|
2024-09-01 21:37:00 +00:00
|
|
|
%addon com_redhat_kdump --enable --reserve-mb='auto'
|
|
|
|
%end
|
|
|
|
|
2020-12-04 14:04:29 +00:00
|
|
|
%post
|
|
|
|
touch $INSTALL_ROOT/home/home_preserved
|
|
|
|
%end
|