#Generated by Kickstart Configurator #platform=x86 #System language lang en_GB #Language modules to install langsupport en_GB #System keyboard keyboard gb #System mouse mouse #System timezone timezone Europe/London #Root password rootpw --disabled #Initial user user ubuntu --fullname "James Page" --iscrypted --password $1$alNHtysT$Y9VzjMIc8fqN5MFC4IGsl0 #Reboot after installation reboot #Use text mode install text #Install OS instead of upgrade install #Use CDROM installation media cdrom # Ignore internal disk preseed mirror/http/proxy string http://192.168.1.1:3142 #Partition clearing information clearpart --all --initlabel # Use iSCSI target for installation iscsi --ipaddr=192.168.1.50 --port=3260 --user=ausername --password=apassword #System bootloader configuration bootloader --location=mbr #Clear the Master Boot Record zerombr yes #Disk partitioning information part /boot --fstype ext3 --size 200 part swap --size 200 part / --fstype ext3 --size 1 --grow #System authorization infomation auth --useshadow --enablemd5 #Network information network --bootproto=dhcp --device=eth0 #Firewall configuration firewall --disabled #Do not configure the X Window System skipx