# 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" --baseurl="http://ftp.kr.freebsd.org/pub/AnNyung/3/core/x86_64/" --cost=10 repo --name="AnNyung-Base" --baseurl="http://ftp.kr.freebsd.org/pub/AnNyung/3/base/x86_64/" --cost=11 repo --name="AnNyung-Addons" --baseurl="http://ftp.kr.freebsd.org/pub/AnNyung/3/addon/x86_64/" --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=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 --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 -firewalld -postfix -wireless-tools -*-firmware annyung-release GeoIP bind-utils bridge-utils chrony linux-firmware 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://ftp.kr.freebsd.org/pub/AnNyung/3/inst/bootstrap -o /tmp/bootstrap && \ /bin/bash /tmp/bootstrap %end