d-i debian-installer/locale string en_US d-i time/zone string US/Eastern d-i console-setup/ask_detect boolean false d-i console-setup/layoutcode string us d-i keyboard-configuration/ask_detect boolean false d-i keyboard-configuration/layoutcode string us d-i netcfg/get_hostname string ubuntu d-i mirror/http/hostname string archive.ubuntu.com d-i partman-auto/method string regular d-i partman-auto/choose_recipe select atomic d-i partman-partitioning/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true d-i passwd/auto-login boolean true d-i passwd/user-fullname string Ubuntu User d-i passwd/username string ubuntu #Password is "supersecret". Generate your own with md5pass. d-i passwd/user-password-crypted password $1$KvWeOlak$hyqfFTpy3D8NdnURSrvEH. d-i debian-installer/allow_unauthenticated boolean true d-i preseed/late_command string \ sed -i '/^deb cdrom:/s/^/#/' /target/etc/apt/sources.list; \ echo 'deb http://ppa.launchpad.net/checkbox-dev/ppa/ubuntu precise main' > /target/etc/apt/sources.list.d/ppa.list; \ in-target apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 101B58111FEADE10; \ in-target apt-get clean; \ in-target apt-get update; \ in-target apt-get install -d -y --force-yes checkbox virtualbox-guest-utils virtualbox-guest-x11; \ in-target groupadd -a -G vboxsf ubuntu || true ubiquity countrychooser/shortlist select US ubiquity languagechooser/language-name select English ubiquity localechooser/supported-locales multiselect en_US.UTF-8 ubiquity mythbuntu/install_type string Master Backend/Frontend ubiquity mythbuntu/x11vnc boolean false ubiquity mythbuntu/openssh-server boolean true ubiquity mythbuntu/samba boolean true ubiquity mythbuntu/nfs-kernel-server boolean false ubiquity mythbuntu/mysql-server boolean false ubiquity ubiquity/summary note ubiquity ubiquity/reboot boolean true ubiquity ubiquity/poweroff boolean true ubiquity ubiquity/success_command string \ sed -i '/^deb cdrom:/s/^/#/' /target/etc/apt/sources.list; \ echo 'deb http://ppa.launchpad.net/checkbox-dev/ppa/ubuntu @@RELEASE@@ main' > /target/etc/apt/sources.list.d/checkbox-dev.list; \ echo 'deb http://ppa.launchpad.net/canonical-hwe-team/piglit/ubuntu @@RELEASE@@ main' > /target/etc/apt/sources.list.d/canonical-hwe-team.list; \ in-target apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 101B58111FEADE10; \ in-target apt-get clean; \ in-target apt-get update; \ in-target apt-get install -d -y --force-yes checkbox virtualbox-guest-utils virtualbox-guest-x11; \ in-target groupadd -a -G vboxsf ubuntu || true