Created
March 13, 2018 10:46
-
-
Save raresteak/a648c680a407090e86e304915d6b8e63 to your computer and use it in GitHub Desktop.
kickstart minimal
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
lang en_US | |
keyboard us | |
timezone America/Atlanta | |
#platform x86, AMD64, or Intel EM64T | |
reboot | |
url --url=http://169.254.1.1// | |
bootloader --location=mbr --append="rhgb quiet crashkernel=auto" | |
zerombr | |
clearpart --all --initlabel | |
autopart | |
auth --passalgo=sha512 --useshadow | |
selinux --permissive | |
firewall --enabled --ssh | |
skipx | |
firstboot --disable | |
%post --interpreter=/bin/bash | |
%end | |
%packages | |
@base | |
@system-admin-tools | |
tree | |
%end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment