/usr/share/osinfo/install-script/debian.org
Edit: /usr/share/osinfo/install-script/debian.org/debian-preseed-jeos.xml (6087B)
jeos
preseed.cfg
true
initrd
true
/dev/vda
en_US
us
localhost
keyboard-configuration/xkb-keymap=
debconf/priority=critical
d-i debian-installer/locale select
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string
d-i netcfg/get_domain string localdomain
d-i netcfg/disable_dhcp boolean false
d-i mirror/http/proxy string
d-i netcfg/wireless_wep string
d-i clock-setup/utc boolean true
d-i time/zone select
d-i partman-auto/disk string
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select home
d-i partman/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/root-login boolean true
d-i passwd/make-user boolean false
d-i passwd/root-password password
d-i passwd/root-password-again password
d-i user-setup/allow-password-weak boolean true
d-i user-setup/encrypt-home boolean false
d-i passwd/user-fullname string
d-i passwd/username
d-i passwd/user-password password
d-i passwd/user-password-again password
tasksel tasksel/first multiselect standard ssh-server
# Workaround for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666974
d-i grub-installer/only_debian boolean false
d-i grub-installer/bootdev string
d-i apt-setup/use_mirror boolean true
d-i apt-setup/security_host string
d-i apt-setup/services-select multiselect
d-i apt-setup/volatile_host string
d-i apt-setup/security_host string
d-i finish-install/reboot_in_progress note
### Remove the installation DVD from the apt-get's sources.list
d-i preseed/late_command string in-target sed -i '/cdrom/d' /etc/apt/sources.list
### Create an osinfo-install-successful file in /root
d-i preseed/late_command string in-target \
touch /root/osinfo-install-successful