install | |
cdrom | |
lang en_US.UTF-8 | |
keyboard us | |
network --bootproto=dhcp | |
rootpw abc123 | |
firewall --disabled | |
authconfig --enableshadow --passalgo=sha512 | |
selinux --enforcing | |
timezone UTC | |
bootloader --location=mbr | |
text | |
skipx | |
zerombr | |
clearpart --all --initlabel | |
autopart | |
firstboot --disabled | |
reboot | |
%packages --ignoremissing --excludedocs | |
# GCC won't install during kickstart | |
# gcc | |
dnf-yum | |
-linux-firmware | |
-plymouth | |
-plymouth-core-libs | |
%end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment