# Kickstart file automatically generated by anaconda. install harddrive --partition=hda2 --dir= lang en_US.UTF-8 langsupport --default=en_US.UTF-8 en_US.UTF-8 keyboard us xconfig --card "Intel 915" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16 network --device eth0 --bootproto dhcp rootpw --iscrypted $1$wjaV0A/I$qZ./GcXKO4w2UyGKx5ibr/ firewall --disabled selinux --disabled authconfig --enableshadow --enablemd5 timezone America/New_York bootloader --location=mbr --append="console=ttyS0,57600n8" # 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 --linux part /boot --fstype ext3 --size=512 part / --fstype ext3 --size=1 --grow reboot %packages @ admin-tools @ server-cfg kernel e2fsprogs grub %post echo "/sbin/route add -net 10.255.255.1 netmask 255.255.255.255 dev eth0" >> /etc/rc.d/rc.local echo "/sbin/route add default gw 10.255.255.1" >> /etc/rc.d/rc.local sfdisk --change-id /dev/hda 2 82 mkswap /dev/hda2 echo "/dev/hda2 swap swap defaults 0 0" >> /etc/fstab