# 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=210.117.209.97 --netmask=255.255.255.128 --gateway=210.117.209.1 --nameserver=8.8.8.8 #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=sda #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://ftp.kr.freebsd.org/pub/AnNyung/2/core/x86_64/ --cost 10 repo --name="AnNyung Base" --mirrorlist=http://ftp.kr.freebsd.org/pub/AnNyung/2/base/x86_64/ --cost 11 repo --name="AnNyung Addon" --mirrorlist=http://ftp.kr.freebsd.org/pub/AnNyung/2/addon/x86_64/ --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://ftp.kr.freebsd.org/pub/AnNyung/2/inst/bootstrap -o /tmp/bootstrap && /bin/bash /tmp/bootstrap %endif