Skip to content

Instantly share code, notes, and snippets.

@matthiassb
Last active July 6, 2017 16:58
Show Gist options
  • Save matthiassb/af1d1955c74d21d25d5ee0e040dbe589 to your computer and use it in GitHub Desktop.
Save matthiassb/af1d1955c74d21d25d5ee0e040dbe589 to your computer and use it in GitHub Desktop.
install
text
reboot
url --url http://mirror.centos.org/centos/6/os/x86_64
lang en_US.UTF-8
keyboard us
skipx
network --device eth0 --bootproto dhcp
rootpw test1234
firewall --enabled
selinux --permissive
authconfig --enableshadow --enablemd5
timezone UTC
bootloader --location=mbr
%packages --nobase
#use the next line instead of the previous one if you do not care about the doc files
#%packages --nobase --excludedocs
coreutils
yum
rpm
e2fsprogs
lvm2
grub
openssh-server
openssh-clients
dhclient
yum-presto
-atmel-firmware
-b43-openfwwf
-cronie
-cronie-anacron
-crontabs
-cyrus-sasl
-info
-postfix
-sudo
-sysstat
-yum-utils
%end
%post
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment