Created
May 11, 2015 13:54
-
-
Save gavrie/2210a5851db5c80897ab to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# System authorization information | |
auth --enableshadow --passalgo=sha512 | |
# Run the Setup Agent on first boot | |
firstboot --enable | |
# Keyboard layouts | |
keyboard --vckeymap=us --xlayouts='us' | |
# System language | |
lang en_US.UTF-8 | |
# Network information | |
network --bootproto=dhcp --activate | |
# Root password | |
rootpw 123456 | |
# System timezone | |
#timezone Asia/Jerusalem --isUtc --ntpservers=10.11.0.2 | |
timezone Asia/Jerusalem --isUtc | |
#firewall --disabled | |
#selinux --disabled | |
services --enabled=sshd | |
eula --agreed | |
# System bootloader configuration | |
bootloader --location=mbr --boot-drive=sda | |
part / --grow --fstype=xfs --ondisk=sda | |
# Partition clearing information | |
clearpart --all --initlabel | |
skipx | |
%packages --nobase --excludedocs | |
-NetworkManager | |
-NetworkManager-tui | |
-postfix | |
-btrfs-progs | |
%end | |
reboot | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment