createhdds/desktopencrypt-aarch64.ks
lumarel 480023e76d
Make seperate kickstart files for 8 and 9
Notice that most 9 files are still without version to make it easier for the next major release
2022-09-15 23:58:49 +02:00

18 lines
467 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
%packages
@^workstation-product-environment
-selinux-policy-minimum
%end