# Kickstart file automatically generated by anaconda.
install
nfs --server=192.168.11.99 --dir=/var/ftp/pub ##指定资源
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 zh_CN.UTF-8 en_US.UTF-8
keyboard us
xconfig --card "VMWare" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16 --startxonboot --defaultde
sktop gnome
rootpw --iscrypted $1$OhWXJrcL$M3ZkdHMkqeZdUhw3KbI480
firewall --disabled
selinux --disabled
authconfig --enableshadow --enablemd5
timezone Asia/Shanghai
bootloader --location=mbr --append="rhgb quiet"
# 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
part /boot --fstype ext3 --size=100
part swap --size=1000
part / --fstype ext3 --size=100 --grow --asprimary ##分区
@ admin-tools
@ editors
@ emacs
@ system-tools
@ gnome-software-development
@ text-internet
@ x-software-development
@ gnome-desktop
@ dialup
@ network-server
@ compat-arch-support
@ legacy-software-development
@ base-x
@ chinese-support
@ printing
@ server-cfg
@ development-tools
kernel-devel
kernel-smp-devel
e2fsprogs
kernel-smp
grub
/var/ftp/pub 192.168.11.0/24(ro,sync)
ddns-update-style interim;
ignore client-updates;
allow booting;
allow bootp;
subnet 192.168.11.0 netmask 255.255.255.0 {
option routers 192.168.11.99;
option subnet-mask 255.255.255.0;
# option domain-name "domain.org";
# option domain-name-servers 192.168.1.1;
# option ntp-servers 192.168.1.1;
# option netbios-name-servers 192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
# option netbios-node-type 2;
default-lease-time 21600;
max-lease-time 43200;
next-server 192.168.11.99;
filename "pxelinux.0";
}
prompt 0
kernel vmlinuz
append initrd=initrd.img ks=http://192.168.11.99/ks.cfg