Skip to content

Instantly share code, notes, and snippets.

@steveh
Created October 27, 2011 22:39
Show Gist options
  • Select an option

  • Save steveh/1321108 to your computer and use it in GitHub Desktop.

Select an option

Save steveh/1321108 to your computer and use it in GitHub Desktop.
d-i debian-installer/locale string en_NZ.UTF-8
d-i debian-installer/splash boolean false
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string us
d-i console-setup/variantcode string
d-i console-keymaps-at/keymap select us
d-i netcfg/choose_interface select eth0
d-i netcfg/get_nameservers string 202.27.184.3 202.27.184.5
d-i netcfg/get_ipaddress string
d-i netcfg/get_netmask string 255.255.255.0
d-i netcfg/get_gateway string 10.0.0.1
d-i netcfg/confirm_static boolean true
d-i netcfg/get_hostname string amnesia
d-i netcfg/get_domain string localist.co.nz
d-i mirror/country string manual
d-i mirror/protocol string http
d-i mirror/http/mirror string 10.0.0.1
d-i mirror/http/hostname string 10.0.0.1
d-i mirror/http/directory string /apt-cacher/nz.archive.ubuntu.com/ubuntu
d-i mirror/http/proxy string
d-i mirror/suite string oneiric
d-i mirror/udeb/suite string oneiric
d-i mirror/udeb/components multiselect main, restricted, universe, non-free, partner
base-config apt-setup/uri_type select http
base-config apt-setup/country string enter information manually
base-config apt-setup/hostname string 10.0.0.1
base-config apt-setup/directory string /apt-cacher/nz.archive.ubuntu.com/ubuntu
base-config apt-setup/another boolean false
d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string lvm
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
d-i partman/choose_partition select finish
d-i partman-auto-lvm/guided_size string max
d-i partman-auto/choose_recipe select multi
d-i partman/default_filesystem string ext4
d-i partman/confirm_write_new_label boolean true
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
d-i clock-setup/utc boolean true
d-i clock-setup/ntp boolean true
d-i clock-setup/ntp-server string nz.pool.ntp.org
d-i time/zone string UTC
d-i base-installer/kernel/image string linux-server
d-i passwd/root-login boolean true
d-i passwd/root-password password CHANGEME-OR-USE-CRYPTED
d-i passwd/root-password-again password CHANGEME-OR-USE-CRYPTED
d-i passwd/make-user boolean false
d-i user-setup/allow-password-weak boolean true
d-i user-setup/encrypt-home boolean false
d-i passwd/user-default-groups string adm cdrom dialout lpadmin plugdev sambashare
d-i apt-setup/services-select multiselect security
d-i apt-setup/security_host string security.ubuntu.com
d-i apt-setup/security_path string /ubuntu
d-i apt-setup/universe boolean true
d-i apt-setup/non-free boolean true
d-i apt-setup/partner boolean true
d-i apt-setup/restricted boolean true
d-i apt-setup/backports boolean true
d-i debian-installer/allow_unauthenticated string false
d-i pkgsel/upgrade select full-upgrade
d-i pkgsel/language-packs multiselect
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/updatedb boolean true
d-i pkgsel/include string byobu vim openssh-server build-essential
d-i grub-installer/skip boolean false
d-i lilo-installer/skip boolean true
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
d-i finish-install/keep-consoles boolean false
d-i finish-install/reboot_in_progress note
d-i cdrom-detect/eject boolean true
d-i debian-installer/exit/halt boolean false
d-i debian-installer/exit/poweroff boolean false
tasksel tasksel/first multiselect standard
byobu byobu/launch-by-default boolean true
popularity-contest popularity-contest/participate boolean true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment