#Generated by Kickstart Configurator #platform=x86 preseed --owner apt-setup-udeb apt-setup/security_host string ubuntu.media.mit.edu preseed --owner apt-setup-udeb apt-setup/security_path string /ubuntu #System language lang en_US #Language modules to install langsupport en_US #System keyboard keyboard us #System mouse mouse #System timezone timezone America/Chicago #Root password rootpw --disabled #Initial user user tobedeleted --fullname "Will be deleted by bcfg2" --password nowaytologin #Reboot after installation reboot #Use text mode install text #Install OS instead of upgrade install #Use Web installation url --url http://ubuntu.media.mit.edu/ubuntu/ #System bootloader configuration bootloader --location=mbr --append="reboot=b" #Clear the Master Boot Record zerombr yes #Partition clearing information clearpart --all --initlabel #Disk partitioning information part / --fstype ext4 --size 19000 part swap --size 2048 part /d2 --fstype ext4 --size 1 --grow #System authorization infomation auth --useshadow --enablemd5 #Network information network --bootproto=dhcp --device=eth0 #Firewall configuration firewall --disabled #X Window System configuration information xconfig --depth=32 --resolution=1280x1024 --defaultdesktop=GNOME --startxonboot %post wget http://www.ma.utexas.edu/users/jstrunk/ks/ubuntu-10.10-post.sh -O /etc/rc.local chmod a+x /etc/rc.local