# See http://d-i.alioth.debian.org/manual/example-preseed.txt # Enforce the emdebian archive keyring # get the udeb from emdebian.org d-i preseed/early_command string wget -O /tmp/keyring.udeb http://www.emdebian.org/d-i/emdebian-archive-keyring-udeb_1.5.1_all.udeb && udpkg -i /tmp/keyring.udeb d-i apt-setup/local0/repository string http://www.emdebian.org/grip squeeze main d-i apt-setup/local0/key string http://www.emdebian.org/0x97BB3B58.txt d-i apt-setup/local0/source boolean true d-i apt-setup/local1/repository string http://cdn.debian.net/debian/ squeeze contrib non-free d-i apt-setup/local1/source boolean false d-i preseed/late_command string apt-get -y dist-upgrade d-i debconf/priority string medium # override the suite d-i mirror/suite string squeeze # Suite to use for loading installer components (optional). d-i mirror/udeb/suite string squeeze # Debian archive mirror hostname: d-i mirror/manual boolean true d-i mirror/country string manual d-i mirror/http/hostname string www.emdebian.org # Debian archive mirror directory: d-i mirror/http/directory string /grip # Choices: http, ftp d-i mirror/protocol select http d-i mirror/codename string squeeze # udeb control base-config apt-setup/hostname string www.emdebian.org base-config apt-setup/directory string /grip # Tasks - not working fully d-i tasksel/desktop multiselect xfce d-i tasksel/first multiselect standard, desktop d-i tasksel/first seen false # Add some default packages to the very end of the process d-i pkgsel/include string hal screen uswsup vim sudo pm-utils d-i pkgsel/upgrade select full-upgrade # Participate in the package usage survey? popularity-contest popularity-contest/participate boolean false # Choices: Dialog, Readline, Gnome, Kde, Editor, Noninteractive debconf debconf/frontend select Dialog