# Kickstart file automatically generated by anaconda.

install
text
url --url http://ftp.usf.edu/pub/centos/5.4/os/i386/
reboot
#autostep
#interactive
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8
keyboard us
skipx
network --device eth0 --bootproto dhcp
rootpw abc123
firewall --disabled
selinux --disabled
authconfig --enableshadow --enablemd5
timezone America/Chicago
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
zerombr yes
clearpart --all

%packages
@ editors
grub
e2fsprogs
kernel
kernel-smp
lvm2
-sendmail
-redhat-lsb
-mdadm
postfix

%post
# adjust services
/sbin/chkconfig cups off
/sbin/chkconfig kudzu off
/sbin/chkconfig nfs off
/sbin/chkconfig nfslock off
/sbin/chkconfig portmap off
/sbin/chkconfig rpcidmapd off

# Add grep highlighting to profile
echo 'export GREP_OPTIONS="--color=auto"' >> /etc/profile

# add aliases
echo 'alias arv="asterisk -rvvv"' >> /root/.bashrc

# /usr/local/lib for ldconfig
echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local-lib.conf
/sbin/ldconfig

echo "alias net-pf-10 off" >> /etc/modprobe.conf

mkdir /root/bin
cd /root/bin

cat >> configure-time-update << EOF
chmod 755 linux-time-update
cp -a linux-time-update /etc/cron.daily/

EOF
chmod 700 configure-time-update

