Skip to content

Instantly share code, notes, and snippets.

@gavrie
Created May 11, 2015 13:54
Show Gist options
  • Save gavrie/2210a5851db5c80897ab to your computer and use it in GitHub Desktop.
Save gavrie/2210a5851db5c80897ab to your computer and use it in GitHub Desktop.
# 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