# Dell SE600L kickstart script # location: http://linux.dell.com/files/ha_linux/ks.cfg # version 0.91 # Install source install #text #timezone --utc America/Chicago #network --device eth0 --bootproto dhcp #lang en_US.UTF-8 #keyboard us #key --skip xconfig --startxonboot firewall --enabled authconfig --enableshadow --enablemd5 selinux --enforcing firstboot --enabled #firstboot --reconfig reboot bootloader --location=mbr --driveorder=sda # 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 clearpart --all --drives=sda part /boot --fstype ext3 --size=100 --ondisk=sda part pv.1 --size=0 --grow --ondisk=sda volgroup VolGroup00 --pesize=32768 pv.1 logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=1000 --grow --maxsize=1984 %packages @core @base @base-x @gnome-desktop wget gcc kernel-devel libXp libXtst %post echo "* Preparing..." echo "* Check /root/dell-ha-linux-ks-post.log after installation." exec > /root/dell-ha-linux-ks-post.log 2>&1 echo "* Configuring Dell Software repository ..." wget -q -O - http://linux.dell.com/repo/software/bootstrap.cgi | bash -x echo "* Configuring Dell Hardware repository ..." wget -q -O - http://linux.dell.com/repo/hardware/bootstrap.cgi | bash -x