Skip to content

Instantly share code, notes, and snippets.

@moutons
Forked from nemf/gist:3109649
Created October 1, 2012 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moutons/3812047 to your computer and use it in GitHub Desktop.
Save moutons/3812047 to your computer and use it in GitHub Desktop.
Minimal Kickstart for CentOS 6.3
install
url --url http://ftp.iij.ad.jp/pub/linux/centos/6.3/os/x86_64/
# if you use proxy
# url --url http://ftp.iij.ad.jp/pub/linux/centos/6.3/os/x86_64/ --proxy http://proxy-ip:8080/
lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw password
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
timezone UTC
bootloader --location=mbr
text
skipx
zerombr
clearpart --all --initlabel
autopart
auth --useshadow --enablemd5
firstboot --disabled
reboot
%packages --ignoremissing --excludedocs
@core
bzip2
ssh
telnet
ftp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment