# Kickstart file automatically generated by anaconda. install cdrom #interactive lang en_US.UTF-8 keyboard us network --device eth0 --bootproto static --ip 192.168.10.10 --netmask 255.255.255.0 --gateway 192.168.10.5 --nameserver 192.168.10.5 --hostname gimbli.softdux.com #network --device eth1 --onboot no --bootproto dhcp --hostname gimbli.softdux.com rootpw --iscrypted $1$PCfN/uRk$lI/TG0P6vxBvw3kCIKVGy0 firewall --enabled --port=22:tcp authconfig --enableshadow --enablemd5 selinux --disabled timezone Africa/Johannesburg bootloader --location=mbr --driveorder=sda #driverdisk=r1000-2.6.18_8.img # 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=150 --ondisk=sda part swap --size=1500 --ondisk=sda part /bkp --fstype ext3 --size=100 --grow --ondisk=sdb part / --fstype ext3 --size=100 --grow --ondisk=sda ################### # non RAID config ################### #clearpart --all part /boot --fstype ext3 --size=150 --ondisk=sda part swap --size=2048 --ondisk=sda part pv.01 --fstype ext3 --size=100 --grow --ondisk=sda # LVM configuration so that we can resize /, /var and /usr/ later logvol / --vgname=sysvg --size=3072 --name=root logvol /usr --vgname=sysvg --size=8192 --name=usr logvol /tmp --vgname=sysvg --size=1024 --name=tmp logvol /var --vgname=sysvg --size=8192 --name=var logvol /home --vgname=sysvg --size=20480 --name=home if [ pv.02 ]; then logvol /bck --vgname=pv.02 --size=1 --grow --name=bck fi #logvol /home --vgname=sysvg --size=1 --grow --name=home reboot %packages --nobase #@dialup #openssh-server #bash #@virtualization wget #lynx #mutt #links ftp #mlocate #mrtg #man #bzip2 #groff -aspell -aspell-en -bluez-utils -gpm -finger -irda-utils -isdn4k-utils -logwatch -ppp -rdate -rdist -rp-pppoe -rsh -wvdial -ypbind -yp-tools %post # Disabled Services chkconfig cpuspeed off chkconfig iptables off /sbin/chkconfig sendmail off /usr/sbin/adduser -m -G users lordmerlin echo "siloam123" | passwd lordmerlin mkdir -p /etc/system-info date --iso-8601=minutes > /etc/system-info/install-date echo "method=kickstart version=1 revision=1" > /etc/system-info/install-method exec < /dev/tty3 > /dev/tty3 echo echo echo "######################################" echo " " echo " Downloading the latest cPanel releas " echo " " echo "######################################" echo echo mkdir /home/cpins cd /home/cpins #wget http://layer1.cpanel.net/latest echo echo echo "######################################" echo " " echo " Busy installing cPanel....... " echo " " echo "######################################" echo echo sh latest echo echo echo "######################################" echo " " echo " The latest cPanel has been installed " echo " " echo "######################################" echo echo