Last active
July 6, 2017 16:58
-
-
Save matthiassb/af1d1955c74d21d25d5ee0e040dbe589 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
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