#set some options install url --url http://centos-distro.cavecreek.net/centos/5/os/x86_64 lang en_US.UTF-8 keyboard us skipx text network --device eth0 --bootproto dhcp rootpw --iscrypted $1$FTfN8dPM$VLQZTJfblq/F7sLlcKOt7/ firewall --disabled selinux --disabled authconfig --enableshadow --enablemd5 timezone --utc America/Phoenix bootloader --location=mbr firstboot --disable reboot %include /tmp/c5-partitioning.cfg %packages %include /tmp/c5-64-packages.cfg %pre wget http://192.168.200.2/ks/include/c5-64-packages.cfg -O /tmp/c5-64-packages.cfg wget http://192.168.200.2/scripts/c5-amk-content-partitioning.sh -O /tmp/c5-partitioning.sh sh /tmp/c5-partitioning.sh > /tmp/c5-partitioning.cfg %post wget http://192.168.200.2/scripts/c5-common.sh -O /tmp/c5-common.sh sh /tmp/c5-common.sh