# Internal use d-i debian-installer/consoledisplay string kbd=lat0-sun16(utf8) d-i debconf/language string en # Keymap to use: # d-i console-keymaps-at/keymap select be2-latin1 # Type of keyboard: # d-i console-tools/archs select at # Keymap to use for a USB keyboard: d-i console-keymaps-usb/keymap select mac-usb-us # Choose a locale: d-i debian-installer/fallbacklocale select en_US.UTF-8 #choose a language: d-i languagechooser/language-name-ascii select English # sources d-i apt-setup/universe boolean true # Ubuntu archive mirror country: d-i mirror/http/countries select BE # Allow login as root? d-i passwd/root-login boolean false # Hostname: d-i n:wqetcfg/get_hostname string mypc # Username for your account: d-i passwd/username string jdoe # Has the value of grub-installer/password already been encrypted? d-i grub-installer/password-crypted boolean false # Display again already asked questions d-i debconf/showold boolean false # package to use to generate initramfs d-i base-installer/kernel/linux/initramfs-generators string initramfs-tools # kernel needs an initrd (linux only) d-i base-installer/kernel/linux/initrd boolean true # host to use for security updates (internal use) d-i apt-setup/security_host string security.ubuntu.com # Your keyboard is: d-i kbd-chooser/method select Belgian # Device to partition d-i partman-auto/select_disk select # Ubuntu version to install: d-i mirror/suite select dapper # Choose a language: d-i languagechooser/language-name-fb select English # default retriever (internal use only) d-i anna/retriever string net-retriever # Enable shadow passwords? d-i passwd/shadow boolean true # HTTP proxy information (blank for none): d-i mirror/http/proxy string # Use contrib software? d-i apt-setup/contrib boolean false # enable frame buffer console on boot d-i debian-installer/framebuffer boolean false d-i countrychooser/shortlist-nl select BE # Ignore questions with a priority less than... d-i debconf/priority select high # Ubuntu archive mirror hostname: d-i mirror/http/hostname string be.archive.ubuntu.com # extra packages to install with init*-tools (linux 2.6 only) d-i base-installer/kernel/linux/extra-packages-2.6 string usplash # Start PC card services? d-i hw-detect/start_pcmcia boolean false # use an initramfs (linux 2.6 only) d-i base-installer/kernel/linux/initramfs-2.6 boolean true # Full name for the new user: d-i passwd/user-fullname string John # Use backported software? d-i apt-setup/backports boolean false # Domain name: d-i netcfg/get_domain string whitespace.xx d-i countrychooser/country-name select Belgium d-i passwd/make-user boolean true # Internal use d-i debian-installer/language string en_BE:en # Ubuntu archive mirror: d-i mirror/http/mirror select be.archive.ubuntu.com # Internal use d-i debian-installer/country string BE d-i base-installer/kernel/which-kernel select linux-686 # default kernel image if nothing better is found (2.6) d-i base-installer/kernel/image-2.6 string linux-image # Ubuntu archive mirror: # Choices: d-i mirror/ftp/mirror select archive.ubuntu.com # kernel needs an initrd (linux 2.6 only) d-i base-installer/kernel/linux/initrd-2.6 boolean true # Frontend to use d-i debconf/frontend string newt # time zone code # Is the system clock set to UTC? d-i clock-setup/utc boolean true d-i time/zone string Europe/Brussels d-i tzsetup/country/FM select # country code or "enter information manually" (internal use) d-i mirror/country string BE # For internal use (keyboard chosen by user) d-i debian-installer/keymap string be2-latin1 # Choose other locales to be supported: d-i localechooser/supported-locales multiselect en_US.UTF-8 # url of debconf preseed file (or files) to download d-i preseed/url string http://myserver/ubuntu/preseed # Use restricted software? d-i apt-setup/restricted boolean true # Set up an LTSP chroot environment? d-i ltsp-client-builder/run boolean false # Install the GRUB boot loader to the master boot record? d-i grub-installer/only_debian boolean true # Choose a locale: # Choices: en_US.UTF-8, en_US, en_US.ISO-8859-15 d-i debian-installer/locale select en_US.UTF-8