Skip to content

Instantly share code, notes, and snippets.

@martin2110
Forked from nemf/gist:3109649
Last active August 29, 2015 13:56
Show Gist options
  • Save martin2110/8851505 to your computer and use it in GitHub Desktop.
Save martin2110/8851505 to your computer and use it in GitHub Desktop.
install
url --url http://mirrors.liquidweb.com/CentOS/6.5/os/x86_64/
# if you use proxy
lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw password
authconfig --enableshadow --passalgo=sha512
timezone PST
bootloader --location=mbr
text
skipx
zerombr
clearpart --all --initlabel
autopart
auth --useshadow --enablemd5
firstboot --disabled
reboot
%packages --ignoremissing --excludedocs
@core
@base
bzip2
ssh
telnet
dhcp-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment