# Kickstart file automatically generated by anaconda. install url --url=http://192.168.200.3/centos/4/os/i386/ lang en_US.UTF-8 langsupport --default=en_US.UTF-8 en_US.UTF-8 keyboard us skipx text network --device=eth0 --bootproto=dhcp rootpw --iscrypted $1$bEd.0Nn.$jfj29QbVcbK0mPQH5RLpE1 firewall --disabled selinux --disabled authconfig --enableshadow --enablemd5 timezone --utc America/Phoenix bootloader --location=mbr # 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 --drives=sda --all --initlabel part /boot --fstype ext3 --size=100 --ondisk=sda --asprimary part /usr --fstype ext3 --size=2500 --ondisk=sda part / --fstype ext3 --size=1024 --ondisk=sda --asprimary part swap --size=1000 --ondisk=sda --asprimary part /var/tmp --fstype ext3 --size=150 --ondisk=sda part /tmp --fstype ext3 --size=500 --ondisk=sda part /var --fstype ext3 --size=1 --grow --ondisk=sda %packages # Base Packages sudo kernel grub curl iptraf joe lftp ltrace nano nc nfs-utils openssh openssh-clients openssh-server slocate screen telnet-server vim-minimal yum # Development packages autoconf automake automake15 automake16 automake17 cpp curl-devel dialog expat-devel flex gcc gcc-c++ gcc-g77 gcc4 gdbm gdbm-devel libpng libstdc++-devel libxml2-devel ncurses-devel openssl-devel perl-DBI pkgconfig rpm-build # Packages to ignore -anacron -apmd -autofs -bluez-libs -bluez-bluefw -bluez-hcidump -bluez-utils -comps -cups -cups-libs -desktop-file-utils -dhcpv6_client -diskdumputils -dmraid -eject -finger -logwatch -rpmdb-CentOS -fbset -freetype -fontconfig -htmlview -ipsec-tools -iptables -irda-utils -isdn4k-utils -lockdev -mdadm -mgetty -minicom -mt-st -netdump -NetworkManager -quota -oprofile -pcmcia-cs -pinfo -portmap -rdist -rhpl -rmt -rp-pppoe -rsh -statserial -setserial -specspo -stunnel -sysreport -system-config-securitylevel-tui -system-config-network-tui -talk -tcpdump -up2date -vconfig -wvdial -wireless-tools -ypbind -yp-tools #misc X headers -redhat-lsb -xorg-x11-Mesa-libGL -xorg-x11-libs #misc crap -pyxf86config -rhpl -libwvstreams -ppp -utemper %post cd /usr/src wget http://192.168.200.3/scripts/c4-full-i386.sh sh c4-full-i386.sh wget http://192.168.200.3/scripts/c4-common.sh sh c4-common.sh