/usr/share/osinfo/install-script/ubuntu.com
Edit: /usr/share/osinfo/install-script/ubuntu.com/ubuntu-preseed-desktop.xml (4449B)
desktop
preseed.cfg
initrd
true
file=/
locale=
keyboard-configuration/layoutcode=
hostname=
priority=critical console-setup/ask_detect=false domain=unassigned-domain interface=auto
noprompt boot=casper automatic-ubiquity
/dev/vda
localhost
# Configuration inspired by
# https://bazaar.launchpad.net/~ubuntu-test-case-dev/ubuntu-test-cases/desktop/view/head:/preseeds/default.cfg
d-i pkgsel/include string ubuntu-desktop
d-i debian-installer/locale string
d-i netcfg/get_hostname string
d-i ubiquity/install_oem false
d-i ubiquity/use_nonfree true
d-i partman-auto/disk string
d-i partman-auto/init_automatically_partition select Use the largest continuous free space
d-i partman-auto/method string regular
d-i partman/choose_partition select Finish partitioning and write changes to disk
d-i partman/confirm boolean true
d-i grub-installer/bootdev string
d-i partman/confirm_nooverwrite boolean true
d-i clock-setup/ntp boolean true
d-i clock-setup/utc boolean true
d-i time/zone select
d-i passwd/user-fullname string
d-i passwd/username string
d-i passwd/user-password password
d-i passwd/user-password-again password
d-i user-setup/allow-password-weak boolean true
d-i finish-install/reboot_in_progress note
#Temporary workaround for LP:1258245
d-i preseed/early_command string chmod 666 /dev/ttyS0
ubiquity ubiquity/summary note
ubiquity ubiquity/reboot boolean true
# Create an osinfo-install-successful file in /root
d-i preseed/late_command string in-target \
touch /root/osinfo-install-successful