Created
June 30, 2016 02:37
-
-
Save juliandunn/c61665c42eef584d0d383a77264f2e47 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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