Created
November 25, 2020 06:14
-
-
Save aidanmorgan/3acc16b98dfdb0b59809485744ba7a18 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
lang en_US | |
keyboard us | |
timezone America/New_York --isUtc | |
rootpw $1$1k1q3sJ8$UGYAVzcQodGKc0haFdxCZ1 --iscrypted | |
#platform x86, AMD64, or Intel EM64T | |
reboot | |
text | |
cdrom | |
bootloader --location=mbr --append="rhgb quiet crashkernel=auto" | |
zerombr | |
clearpart --all --initlabel | |
autopart | |
auth --passalgo=sha512 --useshadow | |
selinux --disabled | |
firewall --enabled --http --ftp --ssh | |
skipx | |
firstboot --disable | |
%packages | |
@^server-product-environment | |
@debugging | |
glibc-utils | |
@console-internet | |
%end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment