Skip to content

Instantly share code, notes, and snippets.

@nemf
Created July 14, 2012 06:09
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save nemf/3109649 to your computer and use it in GitHub Desktop.
Save nemf/3109649 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
@base
bzip2
ssh
telnet
ftp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment