#Generated by Mika Karjalainen, a0300187 #Platform=x86 #System language lang en_US #Language modules to install langsupport en_US #System keyboard keyboard fi #System mouse mouse #System timezone timezone --utc Europe/Helsinki #Root Password rootpw --disabled #initial user user mika --fullname "Mika" --password Password #Reboot after installation reboot #Use text mode install text #Install OS instead of upgrade install #Use Web installation url --url http://10.0.0.2/ubuntu #System bootloader configuration bootloader --location=mbr #Clear the Master Boot Record zerombr yes #Partition clearing information clearpart --all --initlabel #System authorization information auth --useshadow --enablemd5 #Firewall configuration firewall --disabled #X Window System configuration information xconfig --depth=32 --resolution=1024x768 --defaultdesktop=GNOME --startxonboot #partition the harddrive part /boot --fstype ext3 --size=100 --ondisk=hdc part / --fstype ext3 --size=1024 --grow --ondisk=hda part swap --fstype swap --size=512 --grow --maxsize=1024 --ondisk=hda #packages %packages --resolvedeps @ubuntu desktop %post #nothing here