#set some options install url --url http://ftp1.scientificlinux.org/linux/scientific/6/x86_64/os 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 services --disabled=cpuspeed,gpm,iptables,ip6tables,kudzu,mdmonitor,nfslock,portmap,rpcidmapd,rpcsvcgssd,xinetd,smartd,rpcgssd,xfs,pcscd --enabled=ntpd,snmpd %include /tmp/sl6-partitioning.cfg %packages %include /tmp/packages.cfg %pre wget http://192.168.200.2/scripts/sl6-partitioning.sh -O /tmp/sl6-partitioning.sh wget http://192.168.200.2/scripts/sl6-prereq.sh -O /tmp/sl6-prereq.sh sh /tmp/sl6-partitioning.sh > /tmp/sl6-partitioning.cfg sh /tmp/sl6-prereq.sh %post --nochroot cp /tmp/myvar* /mnt/sysimage/tmp/ %post wget http://192.168.200.2/scripts/sl6-common.sh -O /tmp/sl6-common.sh sh /tmp/sl6-common.sh