# Kickstart file for AnNyung LInux 3 #version=DEVEL install reboot #skipx #text eula --agreed # mirror list bug? #url --mirrorlist="http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os" url --url=http://mirror.navercorp.com/centos/7/os/x86_64 repo --name="AnNyung-Core" --mirrorlist="http://annyung.oops.org/mirror.php?release=3&arch=x86_64&repo=core" --cost=10 repo --name="AnNyung-Base" --mirrorlist="http://annyung.oops.org/mirror.php?release=3&arch=x86_64&repo=base" --cost=11 repo --name="AnNyung-Addons" --mirrorlist="http://annyung.oops.org/mirror.php?release=3&arch=x86_64&repo=addon" --cost=12 repo --name="CentOS-Update" --mirrorlist="http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates" --cost=80 repo --name="EPEL-7" --mirrorlist="http://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64" --cost=81 lang ko_KR.UTF-8 keyboard --vckeymap=us --xlayouts='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 ip=dhcp 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 --isUtc bootloader --location=mbr zerombr services --enabled="chronyd" # 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=xfs --grow --asprimary --size=200 #part swap --asprimary --size=2048 %packages --nobase @Core -NetworkManager -NetworkManager-team -NetworkManager-tui -NetworkManager-libnm -NetworkManager-wifi -dnsmasq -firewalld -gnutls -gsettings-desktop-schemas -jansson -libgudev1 -libmodman -libndp -libnl3 -libpcap -libproxy -nettle -postfix -ppp -trousers -wpa_supplicant -wireless-tools annyung-release GeoIP bind-utils bridge-utils chrony jfbterm nscd ntsysv olibc oops-firewall sysstat tmpwatch utf8-profile vim-enhanced yum-cron yum-annyung %end %addon com_redhat_kdump --disable --reserve-mb='auto' %end %post --log=/root/ks-post.log export kick=1 /usr/bin/curl -s http://mirror.oops.org/pub/AnNyung/3/inst/bootstrap -o /tmp/bootstrap || \ /usr/bin/curl -s http://ftp.kr.freebsd.org/pub/AnNyung/3/inst/bootstrap -o /tmp/bootstrap && \ /bin/bash /tmp/bootstrap %end