mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-09 23:01:27 +00:00
20 lines
319 B
Plaintext
20 lines
319 B
Plaintext
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
|
|
poweroff
|
|
text
|
|
|
|
%packages
|
|
@core
|
|
%end
|
|
|
|
%post
|
|
touch $INSTALL_ROOT/home/home_preserved
|
|
%end
|