mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-09 23:01:27 +00:00
19 lines
472 B
Plaintext
19 lines
472 B
Plaintext
bootloader --location=mbr --append="console=tty0 quiet"
|
|
network --bootproto=dhcp
|
|
url --url="https://download.rockylinux.org/pub/rocky/9/BaseOS/aarch64/os/"
|
|
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
|
|
text
|
|
|
|
%packages
|
|
@^workstation-product-environment
|
|
-selinux-policy-minimum
|
|
%end
|