Skip to content

Instantly share code, notes, and snippets.

@juliandunn
Created June 30, 2016 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliandunn/c61665c42eef584d0d383a77264f2e47 to your computer and use it in GitHub Desktop.
Save juliandunn/c61665c42eef584d0d383a77264f2e47 to your computer and use it in GitHub Desktop.
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