# Kickstart file for AnNyung LInux 2 #version=DEVEL install reboot #skipx #text #url --url= lang en_US.UTF-8 keyboard us # if you need to manually specify network settings during an # otherwise-automated kickstart installation, do not use network. # Instead, boot the system with the asknetwork option #network --device eth0 --bootproto=static --ip=10.59.254.180 --netmask=255.255.255.192 --gateway=10.59.254.129 --nameserver=203.215.192.20 #network --onboot yes --device eth0 --bootproto static --noipv6 #rootpw --iscrypted blah blah firewall --disabled authconfig --enableshadow --passalgo=sha512 --enablecache selinux --disabled timezone Asia/Seoul bootloader --location=mbr zerombr # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work clearpart --all --drives=xvda part / --fstype=ext4 --grow --asprimary --size=200 part swap --asprimary --size=2048 repo --name="CentOS" --mirrorlist=http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os --cost 9 repo --name="AnNyung Core" --mirrorlist=http://annyung.oops.org/mirror.php?release=2&arch=x86_64&repo=core --cost 10 repo --name="AnNyung Base" --mirrorlist=http://annyung.oops.org/mirror.php?release=2&arch=x86_64&repo=base --cost 11 repo --name="AnNyung Addon" --mirrorlist=http://annyung.oops.org/mirror.php?release=2&arch=x86_64&repo=addon --cost 12 repo --name="CentOS Update" --mirrorlist=http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=updates --cost 80 %packages --nobase @Core annyung-release authconfig GeoIP-data GeoIP bind-utils bridge-utils file irqbalance jfbterm logrotate nscd ntp ntpdate ntsysv oops-firewall readahead sysstat tmpwatch utf8-profile vim-enhanced yum-cron yum-annyung %end %post --log=/root/ks-post.log export kick=1 /usr/bin/curl -s http://mirror.oops.org/pub/AnNyung/2/inst/bootstrap -o /tmp/bootstrap && /bin/bash /tmp/bootstrap %endif