### References: ### http://d-i.alioth.debian.org/manual/en.amd64/install.en.pdf ### http://d-i.alioth.debian.org/manual/example-preseed.txt ### http://www.hands.com/d-i/etch/classes/ ### This file needs to be at ### http://debian.jones.dk/preseed.cfg and ### referenced via boot arguments as ### http://debian.jones.dk/./preseed.cfg ### Generic settings applicable to all CAE Debian systems #d-i debian-installer/locale string en_US #d-i console-tools/archs select at #d-i console-keymaps-at/keymap select American English #d-i debian-installer/keymap string us #d-i netcfg/choose_interface select eth0 #d-i netcfg/dhcp_timeout string 60 #d-i netcfg/get_hostname string unassigned-hostname #d-i netcfg/get_hostname seen true #d-i netcfg/get_domain string unassigned-domain #d-i netcfg/get_domain seen true #d-i netcfg/dhcp_options select Retry network autoconfiguration d-i mirror/codename string lenny d-i mirror/country string enter information manually d-i mirror/http/countries select enter information manually d-i mirror/http/directory string /debian/ #d-i mirror/http/hostname string 192.168.222.52:9999 d-i mirror/http/proxy string #d-i clock-setup/utc boolean false #d-i time/zone string US/Central #d-i apt-setup/security_host string #d-i apt-setup/local0/repository string http://192.168.222.52:9999/debian-security lenny/updates main #d-i apt-setup/local1/repository string http://192.168.222.52:9999/jones lenny sugar # XXX -- TEMPORARY HACK UNTIL WE GET A SIGNED LOCAL REPOSITORY d-i debian-installer/allow_unauthenticated string true d-i passwd/make-user boolean false d-i passwd/root-password-crypted password $1$REDACTED d-i grub-installer/only_debian boolean true #d-i grub-installer/with_other_os boolean true tasksel tasksel/first multiselect standard d-i pkgsel/include string mc openssh-server d-i finish-install/reboot_in_progress note popularity-contest popularity-contest/participate boolean true ### Less generic settings # Partitioning: d-i partman-auto/choose_recipe select Separate /home, /usr, /var, and /tmp partitions d-i partman-auto/method string lvm d-i partman-auto/purge_lvm_from_device boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/device_remove_lvm boolean true d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select Finish partitioning and write changes to disk d-i partman/confirm boolean true