#set some options install url --url http://mirrors.securedservers.com/ubuntu/ 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/ub-partitioning.cfg %packages %include /tmp/packages.cfg %pre wget http://192.168.200.2/ks/include/ub-64-packages.cfg -O /tmp/packages.cfg wget http://192.168.200.2/scripts/ub-prereq.sh -O /tmp/ub-prereq.sh wget http://192.168.200.2/scripts/ub-partitioning.sh -O /tmp/ub-partitioning.sh sh /tmp/ub-partitioning.sh > /tmp/ub-partitioning.cfg sh /tmp/ub-prereq.sh %post --nochroot cp /tmp/myvar* /target/tmp/ %post wget http://192.168.200.2/scripts/ub-common.sh -O /tmp/ub-common.sh sh /tmp/ub-common.sh