From: Clinton Ebadi Date: Sat, 17 Mar 2012 05:02:14 +0000 (-0400) Subject: Debconf settings and unmodified preseed files X-Git-Url: https://git.hcoop.net/hcoop/zz_old/machine-template.git/commitdiff_plain/4b676b8a4dfded9769b5e1081e109b2335b4425e?ds=sidebyside Debconf settings and unmodified preseed files * Dumped preseed info from a test kvm that was installed to the point where it could kinit && aklog and route email through mail.hcoop.net --- 4b676b8a4dfded9769b5e1081e109b2335b4425e diff --git a/preseed/example-preseed.txt b/preseed/example-preseed.txt new file mode 100644 index 0000000..3bed968 --- /dev/null +++ b/preseed/example-preseed.txt @@ -0,0 +1,370 @@ +#### Contents of the preconfiguration file (for squeeze) +### Localization +# Preseeding only locale sets language, country and locale. +d-i debian-installer/locale string en_US + +# The values can also be preseeded individually for greater flexibility. +#d-i debian-installer/language string en +#d-i debian-installer/country string NL +#d-i debian-installer/locale string en_GB.UTF-8 +# Optionally specify additional locales to be generated. +#d-i localechooser/supported-locales en_US.UTF-8, nl_NL.UTF-8 + +# Keyboard selection. +#d-i console-tools/archs select at +d-i console-keymaps-at/keymap select us +d-i keyboard-configuration/xkb-keymap select us +# Example for a different keyboard architecture +#d-i console-keymaps-usb/keymap select mac-usb-us + +### Network configuration +# Disable network configuration entirely. This is useful for cdrom +# installations on non-networked devices where the network questions, +# warning and long timeouts are a nuisance. +#d-i netcfg/enable boolean false + +# netcfg will choose an interface that has link if possible. This makes it +# skip displaying a list if there is more than one interface. +d-i netcfg/choose_interface select auto + +# To pick a particular interface instead: +#d-i netcfg/choose_interface select eth1 + +# If you have a slow dhcp server and the installer times out waiting for +# it, this might be useful. +#d-i netcfg/dhcp_timeout string 60 + +# If you prefer to configure the network manually, uncomment this line and +# the static network configuration below. +#d-i netcfg/disable_dhcp boolean true + +# If you want the preconfiguration file to work on systems both with and +# without a dhcp server, uncomment these lines and the static network +# configuration below. +#d-i netcfg/dhcp_failed note +#d-i netcfg/dhcp_options select Configure network manually + +# Static network configuration. +#d-i netcfg/get_nameservers string 192.168.1.1 +#d-i netcfg/get_ipaddress string 192.168.1.42 +#d-i netcfg/get_netmask string 255.255.255.0 +#d-i netcfg/get_gateway string 192.168.1.1 +#d-i netcfg/confirm_static boolean true + +# Any hostname and domain names assigned from dhcp take precedence over +# values set here. However, setting the values still prevents the questions +# from being shown, even if values come from dhcp. +d-i netcfg/get_hostname string unassigned-hostname +d-i netcfg/get_domain string unassigned-domain + +# Disable that annoying WEP key dialog. +d-i netcfg/wireless_wep string +# The wacky dhcp hostname that some ISPs use as a password of sorts. +#d-i netcfg/dhcp_hostname string radish + +# If non-free firmware is needed for the network or other hardware, you can +# configure the installer to always try to load it, without prompting. Or +# change to false to disable asking. +#d-i hw-detect/load_firmware boolean true + +### Network console +# Use the following settings if you wish to make use of the network-console +# component for remote installation over SSH. This only makes sense if you +# intend to perform the remainder of the installation manually. +#d-i anna/choose_modules string network-console +#d-i network-console/password password r00tme +#d-i network-console/password-again password r00tme + +### Mirror settings +# If you select ftp, the mirror/country string does not need to be set. +#d-i mirror/protocol string ftp +d-i mirror/country string manual +d-i mirror/http/hostname string http.us.debian.org +d-i mirror/http/directory string /debian +d-i mirror/http/proxy string + +# Suite to install. +#d-i mirror/suite string testing +# Suite to use for loading installer components (optional). +#d-i mirror/udeb/suite string testing + +### Account setup +# Skip creation of a root account (normal user account will be able to +# use sudo). +#d-i passwd/root-login boolean false +# Alternatively, to skip creation of a normal user account. +#d-i passwd/make-user boolean false + +# Root password, either in clear text +#d-i passwd/root-password password r00tme +#d-i passwd/root-password-again password r00tme +# or encrypted using an MD5 hash. +#d-i passwd/root-password-crypted password [MD5 hash] + +# To create a normal user account. +#d-i passwd/user-fullname string Debian User +#d-i passwd/username string debian +# Normal user's password, either in clear text +#d-i passwd/user-password password insecure +#d-i passwd/user-password-again password insecure +# or encrypted using an MD5 hash. +#d-i passwd/user-password-crypted password [MD5 hash] +# Create the first user with the specified UID instead of the default. +#d-i passwd/user-uid string 1010 + +# The user account will be added to some standard initial groups. To +# override that, use this. +#d-i passwd/user-default-groups string audio cdrom video + +### Clock and time zone setup +# Controls whether or not the hardware clock is set to UTC. +d-i clock-setup/utc boolean true + +# You may set this to any valid setting for $TZ; see the contents of +# /usr/share/zoneinfo/ for valid values. +d-i time/zone string US/Eastern + +# Controls whether to use NTP to set the clock during the install +d-i clock-setup/ntp boolean true +# NTP server to use. The default is almost always fine here. +#d-i clock-setup/ntp-server string ntp.example.com + +### Partitioning +## Partitioning example +# If the system has free space you can choose to only partition that space. +# This is only honoured if partman-auto/method (below) is not set. +#d-i partman-auto/init_automatically_partition select biggest_free + +# Alternatively, you may specify a disk to partition. If the system has only +# one disk the installer will default to using that, but otherwise the device +# name must be given in traditional, non-devfs format (so e.g. /dev/hda or +# /dev/sda, and not e.g. /dev/discs/disc0/disc). +# For example, to use the first SCSI/SATA hard disk: +#d-i partman-auto/disk string /dev/sda +# In addition, you'll need to specify the method to use. +# The presently available methods are: +# - regular: use the usual partition types for your architecture +# - lvm: use LVM to partition the disk +# - crypto: use LVM within an encrypted partition +d-i partman-auto/method string lvm + +# If one of the disks that are going to be automatically partitioned +# contains an old LVM configuration, the user will normally receive a +# warning. This can be preseeded away... +d-i partman-lvm/device_remove_lvm boolean true +# The same applies to pre-existing software RAID array: +d-i partman-md/device_remove_md boolean true +# And the same goes for the confirmation to write the lvm partitions. +d-i partman-lvm/confirm boolean true + +# You can choose one of the three predefined partitioning recipes: +# - atomic: all files in one partition +# - home: separate /home partition +# - multi: separate /home, /usr, /var, and /tmp partitions +d-i partman-auto/choose_recipe select atomic + +# Or provide a recipe of your own... +# If you have a way to get a recipe file into the d-i environment, you can +# just point at it. +#d-i partman-auto/expert_recipe_file string /hd-media/recipe + +# If not, you can put an entire recipe into the preconfiguration file in one +# (logical) line. This example creates a small /boot partition, suitable +# swap, and uses the rest of the space for the root partition: +#d-i partman-auto/expert_recipe string \ +# boot-root :: \ +# 40 50 100 ext3 \ +# $primary{ } $bootable{ } \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext3 } \ +# mountpoint{ /boot } \ +# . \ +# 500 10000 1000000000 ext3 \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext3 } \ +# mountpoint{ / } \ +# . \ +# 64 512 300% linux-swap \ +# method{ swap } format{ } \ +# . + +# The full recipe format is documented in the file partman-auto-recipe.txt +# included in the 'debian-installer' package or available from D-I source +# repository. This also documents how to specify settings such as file +# system labels, volume group names and which physical devices to include +# in a volume group. + +# This makes partman automatically partition without confirmation, provided +# that you told it what to do using one of the methods above. +d-i partman-partitioning/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 + +## Partitioning using RAID +# The method should be set to "raid". +#d-i partman-auto/method string raid +# Specify the disks to be partitioned. They will all get the same layout, +# so this will only work if the disks are the same size. +#d-i partman-auto/disk string /dev/sda /dev/sdb + +# Next you need to specify the physical partitions that will be used. +#d-i partman-auto/expert_recipe string \ +# multiraid :: \ +# 1000 5000 4000 raid \ +# $primary{ } method{ raid } \ +# . \ +# 64 512 300% raid \ +# method{ raid } \ +# . \ +# 500 10000 1000000000 raid \ +# method{ raid } \ +# . + +# Last you need to specify how the previously defined partitions will be +# used in the RAID setup. Remember to use the correct partition numbers +# for logical partitions. RAID levels 0, 1, 5, 6 and 10 are supported; +# devices are separated using "#". +# Parameters are: +# \ +# + +#d-i partman-auto-raid/recipe string \ +# 1 2 0 ext3 / \ +# /dev/sda1#/dev/sdb1 \ +# . \ +# 1 2 0 swap - \ +# /dev/sda5#/dev/sdb5 \ +# . \ +# 0 2 0 ext3 /home \ +# /dev/sda6#/dev/sdb6 \ +# . + +# For additional information see the file partman-auto-raid-recipe.txt +# included in the 'debian-installer' package or available from D-I source +# repository. + +# This makes partman automatically partition without confirmation. +d-i partman-md/confirm boolean true +d-i partman-partitioning/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 + +## Controlling how partitions are mounted +# The default is to mount by UUID, but you can also choose "traditional" to +# use traditional device names, or "label" to try filesystem labels before +# falling back to UUIDs. +#d-i partman/mount_style select uuid + +### Base system installation +# Configure APT to not install recommended packages by default. Use of this +# option can result in an incomplete system and should only be used by very +# experienced users. +#d-i base-installer/install-recommends boolean false + +# Select the initramfs generator used to generate the initrd for 2.6 kernels. +#d-i base-installer/kernel/linux/initramfs-generators string initramfs-tools + +# The kernel image (meta) package to be installed; "none" can be used if no +# kernel is to be installed. +#d-i base-installer/kernel/image string linux-image-2.6-486 + +### Apt setup +# You can choose to install non-free and contrib software. +#d-i apt-setup/non-free boolean true +#d-i apt-setup/contrib boolean true +# Uncomment this if you don't want to use a network mirror. +#d-i apt-setup/use_mirror boolean false +# Select which update services to use; define the mirrors to be used. +# Values shown below are the normal defaults. +#d-i apt-setup/services-select multiselect security, volatile +#d-i apt-setup/security_host string security.debian.org +#d-i apt-setup/volatile_host string volatile.debian.org + +# Additional repositories, local[0-9] available +#d-i apt-setup/local0/repository string \ +# http://local.server/debian stable main +#d-i apt-setup/local0/comment string local server +# Enable deb-src lines +#d-i apt-setup/local0/source boolean true +# URL to the public key of the local repository; you must provide a key or +# apt will complain about the unauthenticated repository and so the +# sources.list line will be left commented out +#d-i apt-setup/local0/key string http://local.server/key + +# By default the installer requires that repositories be authenticated +# using a known gpg key. This setting can be used to disable that +# authentication. Warning: Insecure, not recommended. +#d-i debian-installer/allow_unauthenticated boolean true + +### Package selection +#tasksel tasksel/first multiselect standard, web-server +# If the desktop task is selected, install the kde and xfce desktops +# instead of the default gnome desktop. +#tasksel tasksel/desktop multiselect kde, xfce + +# Individual additional packages to install +#d-i pkgsel/include string openssh-server build-essential +# Whether to upgrade packages after debootstrap. +# Allowed values: none, safe-upgrade, full-upgrade +#d-i pkgsel/upgrade select none + +# Some versions of the installer can report back on what software you have +# installed, and what software you use. The default is not to report back, +# but sending reports helps the project determine what software is most +# popular and include it on CDs. +#popularity-contest popularity-contest/participate boolean false + +### Finishing up the installation +# During installations from serial console, the regular virtual consoles +# (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next +# line to prevent this. +#d-i finish-install/keep-consoles boolean true + +# Avoid that last message about the install being complete. +d-i finish-install/reboot_in_progress note + +# This will prevent the installer from ejecting the CD during the reboot, +# which is useful in some situations. +#d-i cdrom-detect/eject boolean false + +# This is how to make the installer shutdown when finished, but not +# reboot into the installed system. +#d-i debian-installer/exit/halt boolean true +# This will power off the machine instead of just halting it. +#d-i debian-installer/exit/poweroff boolean true + +### Preseeding other packages +# Depending on what software you choose to install, or if things go wrong +# during the installation process, it's possible that other questions may +# be asked. You can preseed those too, of course. To get a list of every +# possible question that could be asked during an install, do an +# installation, and then run these commands: +# debconf-get-selections --installer > file +# debconf-get-selections >> file + + +#### Advanced options +### Running custom commands during the installation +# d-i preseeding is inherently not secure. Nothing in the installer checks +# for attempts at buffer overflows or other exploits of the values of a +# preconfiguration file like this one. Only use preconfiguration files from +# trusted locations! To drive that home, and because it's generally useful, +# here's a way to run any shell command you'd like inside the installer, +# automatically. + +# This first command is run as early as possible, just after +# preseeding is read. +#d-i preseed/early_command string anna-install some-udeb +# This command is run immediately before the partitioner starts. It may be +# useful to apply dynamic partitioner preseeding that depends on the state +# of the disks (which may not be visible when preseed/early_command runs). +#d-i partman/early_command \ +# string debconf-set partman-auto/disk "$(list-devices disk | head -n1)" +# This command is run just before the install finishes, but when there is +# still a usable /target directory. You can chroot to /target and use it +# directly, or use the apt-install and in-target commands to easily install +# packages and run commands in the target system. +#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh + diff --git a/preseed/preseed-test-0.cfg b/preseed/preseed-test-0.cfg new file mode 100644 index 0000000..3bed968 --- /dev/null +++ b/preseed/preseed-test-0.cfg @@ -0,0 +1,370 @@ +#### Contents of the preconfiguration file (for squeeze) +### Localization +# Preseeding only locale sets language, country and locale. +d-i debian-installer/locale string en_US + +# The values can also be preseeded individually for greater flexibility. +#d-i debian-installer/language string en +#d-i debian-installer/country string NL +#d-i debian-installer/locale string en_GB.UTF-8 +# Optionally specify additional locales to be generated. +#d-i localechooser/supported-locales en_US.UTF-8, nl_NL.UTF-8 + +# Keyboard selection. +#d-i console-tools/archs select at +d-i console-keymaps-at/keymap select us +d-i keyboard-configuration/xkb-keymap select us +# Example for a different keyboard architecture +#d-i console-keymaps-usb/keymap select mac-usb-us + +### Network configuration +# Disable network configuration entirely. This is useful for cdrom +# installations on non-networked devices where the network questions, +# warning and long timeouts are a nuisance. +#d-i netcfg/enable boolean false + +# netcfg will choose an interface that has link if possible. This makes it +# skip displaying a list if there is more than one interface. +d-i netcfg/choose_interface select auto + +# To pick a particular interface instead: +#d-i netcfg/choose_interface select eth1 + +# If you have a slow dhcp server and the installer times out waiting for +# it, this might be useful. +#d-i netcfg/dhcp_timeout string 60 + +# If you prefer to configure the network manually, uncomment this line and +# the static network configuration below. +#d-i netcfg/disable_dhcp boolean true + +# If you want the preconfiguration file to work on systems both with and +# without a dhcp server, uncomment these lines and the static network +# configuration below. +#d-i netcfg/dhcp_failed note +#d-i netcfg/dhcp_options select Configure network manually + +# Static network configuration. +#d-i netcfg/get_nameservers string 192.168.1.1 +#d-i netcfg/get_ipaddress string 192.168.1.42 +#d-i netcfg/get_netmask string 255.255.255.0 +#d-i netcfg/get_gateway string 192.168.1.1 +#d-i netcfg/confirm_static boolean true + +# Any hostname and domain names assigned from dhcp take precedence over +# values set here. However, setting the values still prevents the questions +# from being shown, even if values come from dhcp. +d-i netcfg/get_hostname string unassigned-hostname +d-i netcfg/get_domain string unassigned-domain + +# Disable that annoying WEP key dialog. +d-i netcfg/wireless_wep string +# The wacky dhcp hostname that some ISPs use as a password of sorts. +#d-i netcfg/dhcp_hostname string radish + +# If non-free firmware is needed for the network or other hardware, you can +# configure the installer to always try to load it, without prompting. Or +# change to false to disable asking. +#d-i hw-detect/load_firmware boolean true + +### Network console +# Use the following settings if you wish to make use of the network-console +# component for remote installation over SSH. This only makes sense if you +# intend to perform the remainder of the installation manually. +#d-i anna/choose_modules string network-console +#d-i network-console/password password r00tme +#d-i network-console/password-again password r00tme + +### Mirror settings +# If you select ftp, the mirror/country string does not need to be set. +#d-i mirror/protocol string ftp +d-i mirror/country string manual +d-i mirror/http/hostname string http.us.debian.org +d-i mirror/http/directory string /debian +d-i mirror/http/proxy string + +# Suite to install. +#d-i mirror/suite string testing +# Suite to use for loading installer components (optional). +#d-i mirror/udeb/suite string testing + +### Account setup +# Skip creation of a root account (normal user account will be able to +# use sudo). +#d-i passwd/root-login boolean false +# Alternatively, to skip creation of a normal user account. +#d-i passwd/make-user boolean false + +# Root password, either in clear text +#d-i passwd/root-password password r00tme +#d-i passwd/root-password-again password r00tme +# or encrypted using an MD5 hash. +#d-i passwd/root-password-crypted password [MD5 hash] + +# To create a normal user account. +#d-i passwd/user-fullname string Debian User +#d-i passwd/username string debian +# Normal user's password, either in clear text +#d-i passwd/user-password password insecure +#d-i passwd/user-password-again password insecure +# or encrypted using an MD5 hash. +#d-i passwd/user-password-crypted password [MD5 hash] +# Create the first user with the specified UID instead of the default. +#d-i passwd/user-uid string 1010 + +# The user account will be added to some standard initial groups. To +# override that, use this. +#d-i passwd/user-default-groups string audio cdrom video + +### Clock and time zone setup +# Controls whether or not the hardware clock is set to UTC. +d-i clock-setup/utc boolean true + +# You may set this to any valid setting for $TZ; see the contents of +# /usr/share/zoneinfo/ for valid values. +d-i time/zone string US/Eastern + +# Controls whether to use NTP to set the clock during the install +d-i clock-setup/ntp boolean true +# NTP server to use. The default is almost always fine here. +#d-i clock-setup/ntp-server string ntp.example.com + +### Partitioning +## Partitioning example +# If the system has free space you can choose to only partition that space. +# This is only honoured if partman-auto/method (below) is not set. +#d-i partman-auto/init_automatically_partition select biggest_free + +# Alternatively, you may specify a disk to partition. If the system has only +# one disk the installer will default to using that, but otherwise the device +# name must be given in traditional, non-devfs format (so e.g. /dev/hda or +# /dev/sda, and not e.g. /dev/discs/disc0/disc). +# For example, to use the first SCSI/SATA hard disk: +#d-i partman-auto/disk string /dev/sda +# In addition, you'll need to specify the method to use. +# The presently available methods are: +# - regular: use the usual partition types for your architecture +# - lvm: use LVM to partition the disk +# - crypto: use LVM within an encrypted partition +d-i partman-auto/method string lvm + +# If one of the disks that are going to be automatically partitioned +# contains an old LVM configuration, the user will normally receive a +# warning. This can be preseeded away... +d-i partman-lvm/device_remove_lvm boolean true +# The same applies to pre-existing software RAID array: +d-i partman-md/device_remove_md boolean true +# And the same goes for the confirmation to write the lvm partitions. +d-i partman-lvm/confirm boolean true + +# You can choose one of the three predefined partitioning recipes: +# - atomic: all files in one partition +# - home: separate /home partition +# - multi: separate /home, /usr, /var, and /tmp partitions +d-i partman-auto/choose_recipe select atomic + +# Or provide a recipe of your own... +# If you have a way to get a recipe file into the d-i environment, you can +# just point at it. +#d-i partman-auto/expert_recipe_file string /hd-media/recipe + +# If not, you can put an entire recipe into the preconfiguration file in one +# (logical) line. This example creates a small /boot partition, suitable +# swap, and uses the rest of the space for the root partition: +#d-i partman-auto/expert_recipe string \ +# boot-root :: \ +# 40 50 100 ext3 \ +# $primary{ } $bootable{ } \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext3 } \ +# mountpoint{ /boot } \ +# . \ +# 500 10000 1000000000 ext3 \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext3 } \ +# mountpoint{ / } \ +# . \ +# 64 512 300% linux-swap \ +# method{ swap } format{ } \ +# . + +# The full recipe format is documented in the file partman-auto-recipe.txt +# included in the 'debian-installer' package or available from D-I source +# repository. This also documents how to specify settings such as file +# system labels, volume group names and which physical devices to include +# in a volume group. + +# This makes partman automatically partition without confirmation, provided +# that you told it what to do using one of the methods above. +d-i partman-partitioning/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 + +## Partitioning using RAID +# The method should be set to "raid". +#d-i partman-auto/method string raid +# Specify the disks to be partitioned. They will all get the same layout, +# so this will only work if the disks are the same size. +#d-i partman-auto/disk string /dev/sda /dev/sdb + +# Next you need to specify the physical partitions that will be used. +#d-i partman-auto/expert_recipe string \ +# multiraid :: \ +# 1000 5000 4000 raid \ +# $primary{ } method{ raid } \ +# . \ +# 64 512 300% raid \ +# method{ raid } \ +# . \ +# 500 10000 1000000000 raid \ +# method{ raid } \ +# . + +# Last you need to specify how the previously defined partitions will be +# used in the RAID setup. Remember to use the correct partition numbers +# for logical partitions. RAID levels 0, 1, 5, 6 and 10 are supported; +# devices are separated using "#". +# Parameters are: +# \ +# + +#d-i partman-auto-raid/recipe string \ +# 1 2 0 ext3 / \ +# /dev/sda1#/dev/sdb1 \ +# . \ +# 1 2 0 swap - \ +# /dev/sda5#/dev/sdb5 \ +# . \ +# 0 2 0 ext3 /home \ +# /dev/sda6#/dev/sdb6 \ +# . + +# For additional information see the file partman-auto-raid-recipe.txt +# included in the 'debian-installer' package or available from D-I source +# repository. + +# This makes partman automatically partition without confirmation. +d-i partman-md/confirm boolean true +d-i partman-partitioning/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 + +## Controlling how partitions are mounted +# The default is to mount by UUID, but you can also choose "traditional" to +# use traditional device names, or "label" to try filesystem labels before +# falling back to UUIDs. +#d-i partman/mount_style select uuid + +### Base system installation +# Configure APT to not install recommended packages by default. Use of this +# option can result in an incomplete system and should only be used by very +# experienced users. +#d-i base-installer/install-recommends boolean false + +# Select the initramfs generator used to generate the initrd for 2.6 kernels. +#d-i base-installer/kernel/linux/initramfs-generators string initramfs-tools + +# The kernel image (meta) package to be installed; "none" can be used if no +# kernel is to be installed. +#d-i base-installer/kernel/image string linux-image-2.6-486 + +### Apt setup +# You can choose to install non-free and contrib software. +#d-i apt-setup/non-free boolean true +#d-i apt-setup/contrib boolean true +# Uncomment this if you don't want to use a network mirror. +#d-i apt-setup/use_mirror boolean false +# Select which update services to use; define the mirrors to be used. +# Values shown below are the normal defaults. +#d-i apt-setup/services-select multiselect security, volatile +#d-i apt-setup/security_host string security.debian.org +#d-i apt-setup/volatile_host string volatile.debian.org + +# Additional repositories, local[0-9] available +#d-i apt-setup/local0/repository string \ +# http://local.server/debian stable main +#d-i apt-setup/local0/comment string local server +# Enable deb-src lines +#d-i apt-setup/local0/source boolean true +# URL to the public key of the local repository; you must provide a key or +# apt will complain about the unauthenticated repository and so the +# sources.list line will be left commented out +#d-i apt-setup/local0/key string http://local.server/key + +# By default the installer requires that repositories be authenticated +# using a known gpg key. This setting can be used to disable that +# authentication. Warning: Insecure, not recommended. +#d-i debian-installer/allow_unauthenticated boolean true + +### Package selection +#tasksel tasksel/first multiselect standard, web-server +# If the desktop task is selected, install the kde and xfce desktops +# instead of the default gnome desktop. +#tasksel tasksel/desktop multiselect kde, xfce + +# Individual additional packages to install +#d-i pkgsel/include string openssh-server build-essential +# Whether to upgrade packages after debootstrap. +# Allowed values: none, safe-upgrade, full-upgrade +#d-i pkgsel/upgrade select none + +# Some versions of the installer can report back on what software you have +# installed, and what software you use. The default is not to report back, +# but sending reports helps the project determine what software is most +# popular and include it on CDs. +#popularity-contest popularity-contest/participate boolean false + +### Finishing up the installation +# During installations from serial console, the regular virtual consoles +# (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next +# line to prevent this. +#d-i finish-install/keep-consoles boolean true + +# Avoid that last message about the install being complete. +d-i finish-install/reboot_in_progress note + +# This will prevent the installer from ejecting the CD during the reboot, +# which is useful in some situations. +#d-i cdrom-detect/eject boolean false + +# This is how to make the installer shutdown when finished, but not +# reboot into the installed system. +#d-i debian-installer/exit/halt boolean true +# This will power off the machine instead of just halting it. +#d-i debian-installer/exit/poweroff boolean true + +### Preseeding other packages +# Depending on what software you choose to install, or if things go wrong +# during the installation process, it's possible that other questions may +# be asked. You can preseed those too, of course. To get a list of every +# possible question that could be asked during an install, do an +# installation, and then run these commands: +# debconf-get-selections --installer > file +# debconf-get-selections >> file + + +#### Advanced options +### Running custom commands during the installation +# d-i preseeding is inherently not secure. Nothing in the installer checks +# for attempts at buffer overflows or other exploits of the values of a +# preconfiguration file like this one. Only use preconfiguration files from +# trusted locations! To drive that home, and because it's generally useful, +# here's a way to run any shell command you'd like inside the installer, +# automatically. + +# This first command is run as early as possible, just after +# preseeding is read. +#d-i preseed/early_command string anna-install some-udeb +# This command is run immediately before the partitioner starts. It may be +# useful to apply dynamic partitioner preseeding that depends on the state +# of the disks (which may not be visible when preseed/early_command runs). +#d-i partman/early_command \ +# string debconf-set partman-auto/disk "$(list-devices disk | head -n1)" +# This command is run just before the install finishes, but when there is +# still a usable /target directory. You can chroot to /target and use it +# directly, or use the apt-install and in-target commands to easily install +# packages and run commands in the target system. +#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh + diff --git a/preseed/testkvm0-debconf-installer b/preseed/testkvm0-debconf-installer new file mode 100644 index 0000000..8804460 --- /dev/null +++ b/preseed/testkvm0-debconf-installer @@ -0,0 +1,1066 @@ +# Services to use: +# Choices: security updates (from security.debian.org), volatile updates (from volatile.debian.org) +apt-setup-udeb apt-setup/services-select multiselect security, volatile +# Non-existing physical volume +partman-auto-lvm partman-auto-lvm/no_such_pv error +# Install GRUB? +grub-installer grub-installer/grub_not_mature_on_this_platform boolean false +# Active devices for the RAID array: +# Choices: +partman-md partman-md/raiddevs multiselect +# Web server started, but network not running +d-i save-logs/no_network note +# Debootstrap Error +bootstrap-base base-installer/debootstrap/error/invalidrel error +# for internal use only +d-i debian-installer/consoledisplay string console-setup +# Unable to configure GRUB +grub-installer grub-installer/sataraid-error error +# Driver needed for your disk drive: +# Choices: continue with no disk drive, , none of the above +disk-detect disk-detect/module_select select continue with no disk drive +# +d-i debian-installer/shell-plugin terminal +# for internal use; can be preseeded +disk-detect disk-detect/multipath/enable boolean false +# Allow login as root? +user-setup-udeb passwd/root-login boolean true +# Country, territory or area: +# Choices: Antigua and Barbuda, Australia, Botswana, Canada, Hong Kong, India, Ireland, New Zealand, Nigeria, Philippines, Singapore, South Africa, United Kingdom, United States, Zimbabwe, other +d-i localechooser/shortlist select US +# Identical mount points for two file systems +partman-target partman-target/same_mountpoint error +# Do you intend to use FireWire Ethernet? +d-i ethdetect/use_firewire_ethernet boolean false +# Auto-configure network with DHCP? +d-i netcfg/use_dhcp boolean true +# Go back to the menu and correct errors? +partman-basicfilesystems partman-basicfilesystems/check_failed boolean +# Partitioning scheme: +# Choices: All files in one partition (recommended for new users), Separate /home partition, Separate /home\, /usr\, /var\, and /tmp partitions +partman-auto partman-auto/choose_recipe select /lib/partman/recipes/80multi +# Type of encryption key for this partition: +# Choices: +partman-crypto partman-crypto/keytype select +# The size entered is invalid +partman-partitioning partman-partitioning/bad_new_size error +# Volume group to reduce: +# Choices: +partman-lvm partman-lvm/vgreduce_names select +# Devices for the new volume group: +# Choices: +partman-lvm partman-lvm/vgcreate_parts multiselect +# Cannot install base system +bootstrap-base base-installer/cannot_install error +# Failed to partition the selected disk +partman-auto partman-auto/autopartitioning_failed error +# Write previous changes to disk and continue? +partman-partitioning partman-partitioning/confirm_copy boolean +# Unexpected error while creating volume group +partman-auto-lvm partman-auto-lvm/vg_create_error error +# Hostname: +d-i netcfg/get_hostname string testkvm0 +# for internal use; can be preseeded +d-i preseed/include_command string +# location +# Choices: Lisbon, Madeira Islands, Azores +tzsetup-udeb tzsetup/country/PT select +# Error while deleting volume group +partman-lvm partman-lvm/vgdelete_error error +# Proceed to install crypto components despite insufficient memory? +partman-crypto partman-crypto/install_udebs_low_mem boolean +# Unusable free space +partman-auto partman-auto/unusable_space error +# Is this information correct? +d-i netcfg/confirm_static boolean true +# +# Choices: Canada, Mexico, Saint Pierre and Miquelon, United States +d-i localechooser/countrylist/North_America select +# +# Choices: Greece, Cyprus, other +d-i localechooser/shortlist/el select +# Is the system clock set to UTC? +clock-setup clock-setup/utc boolean true +# Initialization vector generation algorithm for this partition: +# Choices: +partman-crypto partman-crypto/ivalgorithm select +# For internal use (Is a serial console in use?) +d-i debian-installer/serial-console boolean false +# +# Choices: Algeria, Angola, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central African Republic, Chad, Congo, Congo\, The Democratic Republic of the, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Lesotho, Liberia, Libya, Malawi, Mali, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Rwanda, Sao Tome and Principe, Senegal, Sierra Leone, Somalia, South Africa, Sudan, Swaziland, Tanzania\, United Republic of, Togo, Tunisia, Uganda, Western Sahara, Zambia, Zimbabwe +d-i localechooser/countrylist/Africa select +# Keymap to use: +# Choices: American English, Belarusian, Belgian, Brazilian (ABNT2 layout), Brazilian (EUA layout), British English, Bulgarian, Canadian French, Canadian Multilingual, Croatian, Czech, Danish, Dutch, Dvorak, Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Icelandic, Italian, Japanese, Kirghiz, Latin American, Latvian, Lithuanian, Macedonian, Norwegian, Polish, Portuguese, Romanian, Russian, Serbian (Cyrillic), Slovakian, Slovene, Spanish, Swedish, Swiss French, Swiss German, Thai, Turkish (F layout), Turkish (Q layout), Ukrainian +d-i console-keymaps-at/keymap select us +# Passphrase input error +partman-crypto partman-crypto/passphrase-mismatch error +# Continue with partitioning? +partman-partitioning partman-partitioning/unknown_label boolean true +# Username for your account: +user-setup-udeb passwd/username string root0 +# Required encryption options missing +partman-crypto partman-crypto/options_missing error +# Error while creating a new logical volume +partman-lvm partman-lvm/lvcreate_error error +# Participate in the package usage survey? +d-i popularity-contest/participate boolean false +# Return to the menu to set the bootable flag? +partman-ext3 partman-ext3/boot_not_bootable boolean +# +# Choices: Finland, Sweden, other +d-i localechooser/shortlist/sv select +# Resize operation failure +partman-partitioning partman-partitioning/new_size_commit_failed error +# +# Choices: Cyprus, Turkey, other +d-i localechooser/shortlist/tr select +# Interactive shell +d-i di-utils-shell/do-shell note +# for internal use; can be preseeded +disk-detect disk-detect/dmraid/enable boolean false +# +# Choices: +partman-base partman/exception_handler select +# Do you want to resume partitioning? +partman-target partman-target/mount_failed boolean true +# for internal use; can be preseeded +partman-auto partman-auto/expert_recipe string +# How to use this partition: +# Choices: Ext3 journaling file system, Ext4 journaling file system, Ext2 file system, btrfs journaling file system, JFS journaling file system, XFS journaling file system, FAT16 file system, FAT32 file system, swap area, physical volume for encryption, physical volume for RAID, physical volume for LVM, do not use the partition +partman-target partman-target/choose_method select 40swap__________swap +# Debian archive mirror directory: +d-i mirror/http/directory string /debian/ +# Kernel to install: +# Choices: linux-image-2.6-amd64,linux-image-2.6-openvz-amd64,linux-image-2.6-vserver-amd64,linux-image-2.6-xen-amd64,linux-image-2.6.32-5-amd64,linux-image-2.6.32-5-amd64-dbg,linux-image-2.6.32-5-openvz-amd64,linux-image-2.6.32-5-openvz-amd64-dbg,linux-image-2.6.32-5-vserver-amd64,linux-image-2.6.32-5-vserver-amd64-dbg,linux-image-2.6.32-5-xen-amd64,linux-image-2.6.32-5-xen-amd64-dbg,linux-image-amd64,linux-image-openvz-amd64,linux-image-vserver-amd64,linux-image-xen-amd64, none +bootstrap-base base-installer/kernel/image select linux-image-2.6-amd64 +# Driver needed by your Ethernet card: +# Choices: no ethernet card, , none of the above +d-i ethdetect/module_select select no ethernet card +# Unable to automatically remove LVM data +partman-lvm partman-lvm/device_remove_lvm_span error +# For internal use (Is a User Mode Linux console in use?) +d-i debian-installer/uml-console boolean false +# Encryption configuration failure +partman-crypto partman-crypto/crypto_root_needs_boot error +# Volume group: +# Choices: +partman-lvm partman-lvm/lvcreate_vgnames select +# city +# Choices: Jakarta, Pontianak, Makassar, Jayapura +tzsetup-udeb tzsetup/country/ID select +# Erasing data on failed +partman-crypto partman-crypto/erase_failed error +# Go back to the menu and resume partitioning? +partman-efi partman-efi/no_efi boolean +# Number of active devices for the RAID array: +partman-md partman-md/raiddevcount string +# Debootstrap Error +bootstrap-base base-installer/debootstrap/error/unknownrelsig error +# Choose an installation step: +# Choices: +d-i debian-installer/missing-provide select ${DEFAULT} +# Debian archive mirror country: +# Choices: enter information manually, Argentina, Australia, Austria, Bangladesh, Belarus, Belgium, Bosnia and Herzegovina, Brazil, Bulgaria, Canada, Chile, China, Colombia, Costa Rica, Croatia, Czech Republic, Denmark, El Salvador, Estonia, Finland, France, French Polynesia, Germany, Greece, Hong Kong, Hungary, Iceland, India, Indonesia, Ireland, Israel, Italy, Japan, Kazakhstan, Korea\, Republic of, Latvia, Lithuania, Luxembourg, Malta, Mexico, Moldova, Netherlands, New Caledonia, New Zealand, Nicaragua, Norway, Poland, Portugal, Romania, Russian Federation, Singapore, Slovakia, Slovenia, South Africa, Spain, Sweden, Switzerland, Taiwan, Thailand, Turkey, Ukraine, United Kingdom, United States, Uzbekistan, Venezuela +d-i mirror/http/countries select US +# for internal use only +user-setup-udeb passwd/user-default-groups string audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth +# location +# Choices: Guayaquil, Galapagos +tzsetup-udeb tzsetup/country/EC select +# Not installing to unclean target +base-installer base-installer/unclean_target_cancel error +# btrfs file system not supported for /boot +partman-btrfs partman-btrfs/btrfs_boot error +# No partitions to encrypt +partman-crypto partman-crypto/nothing_to_setup note +# New partition size: +partman-partitioning partman-partitioning/new_partition_size string 24.1 GB +# Failed to retrieve the preconfiguration file +d-i preseed/retrieve_error error +# Directory in which to save debug logs: +d-i save-logs/directory string /mnt +# Network autoconfiguration failed +d-i netcfg/dhcp_failed note +# for internal use only +d-i debconf/showold boolean false +# Type of keyboard: +# Choices: PC-style (AT or PS-2 connector) keyboard, Do not configure keyboard; keep kernel keymap +d-i console-tools/archs select at +# FTP proxy information (blank for none): +d-i mirror/ftp/proxy string +# Really delete this software RAID device? +partman-md partman-md/deleteverify boolean false +# for internal use only +clock-setup clock-setup/system-time-changed boolean true +# for internal use; can be preseeded +bootstrap-base base-installer/kernel/linux/initramfs-generators string initramfs-tools yaird +# New partition size: +partman-partitioning partman-partitioning/new_size string some number +# +# Choices: Andorra, Spain, France, Italy, other +d-i localechooser/shortlist/ca select +# Write the changes to the storage devices and configure RAID? +d-i partman-md/confirm_nooverwrite boolean false +# Wireless ESSID for : +d-i netcfg/wireless_essid string +# Logical volume: +# Choices: +partman-lvm partman-lvm/lvdelete_lvnames select +# Unable to install the selected kernel +bootstrap-base base-installer/kernel/failed-install error +# Unable to configure GRUB +grub-installer grub-installer/update-grub-failed error +# PCMCIA resource range options: +d-i hw-detect/pcmcia_resources string +# for internal use; can be preseeded +# Choices: none, safe-upgrade, full-upgrade +pkgsel pkgsel/upgrade select safe-upgrade +# Go back to the menu and correct this problem? +partman-ufs partman-ufs/root_not_ufs boolean +# Unreachable gateway +d-i netcfg/gateway_unreachable error +# for internal use; can be preseeded +grub-installer grub-installer/skip boolean false +# for internal use; can be preseeded +bootstrap-base base-installer/kernel/linux/extra-packages string +# No RAID partitions available +partman-md partman-md/noparts error +# Active devices for the RAID0 array: +# Choices: +partman-md partman-md/raid0devs multiselect +# Volume group to extend: +# Choices: +partman-lvm partman-lvm/vgextend_names select +# Setting firmware variables for automatic boot +nobootloader nobootloader/confirmation_powerpc_chrp_pegasos note +# Failed to mount the floppy +d-i save-logs/floppy_mount_failed error +# Go back and try a different mirror? +d-i mirror/no-default boolean true +# for internal use; can be preseeded +apt-setup-udeb apt-setup/volatile_host string volatile.debian.org +# for internal use only +d-i debconf/language string en +# NTP server to use: +clock-setup clock-setup/ntp-server string 0.debian.pool.ntp.org +# No physical volume defined in volume group +partman-auto-lvm partman-auto-lvm/no_pv_in_vg error +# +# Choices: China, Singapore, Taiwan, Hong Kong, other +d-i localechooser/shortlist/zh_TW select +# Name server addresses: +d-i netcfg/get_nameservers string 216.187.125.130 216.187.123.131 +# Dummy template for preseeding unavailable questions +d-i debian-installer/dummy string +# Additional parameters for module : +d-i hw-detect/retry_params string +# Go back to the menu and correct this problem? +partman-ext3 partman-ext3/boot_not_ext2_or_ext3 boolean +# Encryption configuration failure +partman-crypto partman-crypto/crypto_boot_not_possible error +# Primary network interface: +# Choices: +d-i netcfg/choose_interface select +# Failed to download crypto components +partman-crypto partman-crypto/install_udebs_failure error +# for internal use only +user-setup-udeb passwd/user-uid string +# +# Choices: Argentina, Bolivia, Chile, Colombia, Costa Rica, Ecuador, El Salvador, Spain, United States, Guatemala, Honduras, Mexico, Nicaragua, Panama, Paraguay, Peru, Puerto Rico, Dominican Republic, Uruguay, Venezuela, other +d-i localechooser/shortlist/es select +# RAID configuration failure +partman-md partman-md/commit_failed error +# for internal use; can be preseeded +d-i preseed/run string +# Write the changes to disks and configure LVM? +d-i partman-lvm/confirm_nooverwrite boolean false +# Cannot save logs +d-i save-logs/bad_directory error +# +# Choices: Belgium, Canada, France, Luxembourg, Switzerland, other +d-i localechooser/shortlist/fr select +# Encryption configuration actions +# Choices: Create encrypted volumes, Finish +partman-crypto partman-crypto/mainmenu select +# Debootstrap Error +bootstrap-base base-installer/debootstrap/fallback-error error +# for internal use; can be preseeded +apt-setup-udeb apt-setup/security_host string security.debian.org +# Insufficient memory +d-i lowmem/insufficient error +# Device in use +partman-base partman-base/devicelocked error +# No physical volumes selected +partman-lvm partman-lvm/vgreduce_nosel error +# Failed to mount /target/proc +nobootloader nobootloader/mounterr error +# Select disk to partition: +# Choices: SCSI1 (0\,0\,0) (sda) - 32.2 GB ATA QEMU HARDDISK +partman-auto partman-auto/select_disk select /var/lib/partman/devices/=dev=sda +# for internal use; can be preseeded +d-i netcfg/enable boolean true +# Debian version to install: +# Choices: squeeze${!TAB}-${!TAB}stable, wheezy${!TAB}-${!TAB}testing, sid${!TAB}-${!TAB}unstable +d-i mirror/suite select stable +# +# Choices: China, Taiwan, Singapore, Hong Kong, other +d-i localechooser/shortlist/zh_CN select +# zone +# Choices: Eastern, Central, Mountain, Pacific, Alaska, Hawaii, Arizona, East Indiana, Samoa +tzsetup-udeb tzsetup/country/US select US/Eastern +# Load missing firmware from removable media? +d-i hw-detect/load_firmware boolean true +# +# Choices: Italy, Switzerland, other +d-i localechooser/shortlist/it select +# No volume group found +partman-lvm partman-lvm/vgdelete_novg error +# Drivers to include in the initrd: +# Choices: generic: include all available drivers, targeted: only include drivers needed for this system +bootstrap-base base-installer/initramfs-tools/driver-policy select most +# +# Choices: Antarctica +d-i localechooser/countrylist/Antarctica select +# Network configuration method: +# Choices: Retry network autoconfiguration, Retry network autoconfiguration with a DHCP hostname, Configure network manually, , Do not configure the network at this time +d-i netcfg/dhcp_options select Configure network manually +# Choose the next step in the install process: +# Choices: Choose language, Select a keyboard layout, Detect network hardware, Configure the network, Choose a mirror of the Debian archive, Download installer components, Set up users and passwords, Configure the clock, Detect disks, Partition disks, Install the base system, Configure the package manager, Select and install software, Install the GRUB boot loader on a hard disk, Install the LILO boot loader on a hard disk, Continue without boot loader, Finish the installation, Change debconf priority, Save debug logs, Execute a shell, Abort the installation +d-i debian-installer/main-menu select Finish the installation +# How to use this free space: +# Choices: Create a new partition, Automatically partition the free space, Show Cylinder/Head/Sector information +partman-base partman/free_space select 50new__________new +# Debian archive mirror hostname: +d-i mirror/ftp/hostname string mirror +# Error while reducing volume group +partman-lvm partman-lvm/vgreduce_error error +# for internal use; can be preseeded +partman-auto partman-auto/expert_recipe_file string +# Failed to load installer component +d-i anna/install_failed error +# +# Choices: Russian Federation, Ukraine, other +d-i localechooser/shortlist/ru select +# Entering low memory mode +d-i lowmem/low note +# city +# Choices: Lord Howe Island, Hobart, Melbourne, Sydney, Broken Hill, Brisbane, Lindeman, Adelaide, Darwin, Perth, Canberra, Eucla, Currie, Yancowinna +tzsetup-udeb tzsetup/country/AU select Australia/Sydney +# +# Choices: Jordan, United Arab Emirates, Bahrain, Algeria, Syrian Arab Republic, Saudi Arabia, Sudan, Iraq, Kuwait, Morocco, India, Yemen, Tunisia, Oman, Qatar, Lebanon, Libya, Egypt, other +d-i localechooser/shortlist/ar select +# for internal use; can be preseeded +partman-auto partman-auto/disk string +# city +# Choices: Almaty, Qyzylorda, Aqtobe, Atyrau, Oral +tzsetup-udeb tzsetup/country/KZ select +# Not enough RAID partitions specified +partman-auto-raid partman-auto-raid/notenoughparts error +# +# Choices: Antigua and Barbuda, Australia, Botswana, Canada, Hong Kong, India, Ireland, New Zealand, Nigeria, Philippines, Singapore, South Africa, United Kingdom, United States, Zimbabwe, other +d-i localechooser/shortlist/en select +# Remove existing logical volume data? +partman-lvm partman-lvm/device_remove_lvm boolean false +# for internal use only +d-i anna/retriever string net-retriever +# for internal use; can be preseeded +d-i netcfg/dhcp_timeout string 15 +# Mount point for this partition: +partman-basicfilesystems partman-basicfilesystems/mountpoint_manual string /var/cache/openafs +# for internal use; can be preseeded +bootstrap-base base-installer/debootstrap_script string +# The size entered is too large +partman-partitioning partman-partitioning/big_new_size error +# Enable shadow passwords? +user-setup-udeb passwd/shadow boolean true +# Point-to-point address: +d-i netcfg/get_pointopoint string +# +# Choices: Albania, Andorra, Armenia, Austria, Azerbaijan, Belarus, Belgium, Bosnia and Herzegovina, Bulgaria, Croatia, Cyprus, Czech Republic, Denmark, Estonia, Faroe Islands, Finland, France, Georgia, Germany, Gibraltar, Greece, Greenland, Guernsey, Holy See (Vatican City State), Hungary, Iceland, Ireland, Isle of Man, Italy, Jersey, Latvia, Liechtenstein, Lithuania, Luxembourg, Macedonia\, Republic of, Malta, Moldova, Monaco, Montenegro, Netherlands, Norway, Poland, Portugal, Romania, Russian Federation, San Marino, Serbia, Slovakia, Slovenia, Spain, Svalbard and Jan Mayen, Sweden, Switzerland, Ukraine, United Kingdom +d-i localechooser/countrylist/Europe select +# Keep current partition layout and configure LVM? +partman-lvm partman-lvm/confirm_nochanges boolean false +# HTTP proxy information (blank for none): +d-i mirror/http/proxy string +# locale +d-i localechooser/help/locale note +# Use contrib software? +apt-mirror-setup apt-setup/contrib boolean false +# for internal use; can be preseeded +d-i debian-installer/framebuffer boolean true +# No network interfaces detected +d-i netcfg/no_interfaces error +# Location for the new partition: +# Choices: Beginning, End +partman-partitioning partman-partitioning/new_partition_place select End +# for internal use; can be preseeded +d-i preseed/include string +# for internal use +bootstrap-base base-installer/kernel/linux/initramfs-tools/driver-policy string most +# Ignore questions with a priority less than: +# Choices: critical, high, medium, low +d-i debconf/priority select high +# for internal use; can be preseeded +finish-install finish-install/keep-consoles boolean false +# Continue without installing a kernel? +bootstrap-base base-installer/kernel/skip-install boolean false +# No volume group found +partman-lvm partman-lvm/vgreduce_novg error +# Invalid file system for this mount point +partman-basicfilesystems partman-basicfilesystems/posix_filesystem_required error +# The encryption key for is now being created. +partman-crypto partman-crypto/entropy entropy +# Install the GRUB boot loader to the multipath device? +grub-installer grub-installer/multipath boolean true +# +# Choices: Bouvet Island, Falkland Islands (Malvinas), Saint Helena\, Ascension and Tristan da Cunha, South Georgia and the South Sandwich Islands +d-i localechooser/countrylist/Atlantic_Ocean select +# Continue the install without loading kernel modules? +d-i anna/no_kernel_modules boolean false +# Install the GRUB boot loader to the Serial ATA RAID disk? +grub-installer grub-installer/sataraid boolean true +# Volume group name overlaps with device name +partman-lvm partman-lvm/vgcreate_devnameused error +# Percentage of the file system blocks reserved for the super-user: +partman-basicfilesystems partman-basicfilesystems/specify_reserved string +# Debian archive mirror hostname: +d-i mirror/http/hostname string ftp.us.debian.org +# for internal use; can be preseeded +d-i debian-installer/exit/poweroff boolean false +# Volume group name: +partman-lvm partman-lvm/vgcreate_name string +# +# Choices: Bangladesh, India, other +d-i localechooser/shortlist/bn select +# for internal use; can be preseeded +bootstrap-base base-installer/kernel/linux/extra-packages-2.6 string +# for internal use; can be preseeded +d-i preseed/include/checksum string +# LILO installation failed +lilo-installer lilo-installer/failed error +# Name of the volume group for the new system: +partman-auto-lvm partman-auto-lvm/new_vg_name_exists string +# Debootstrap Error +bootstrap-base base-installer/no_codename error +# for internal use; can be preseeded +grub-installer grub-installer/grub2_instead_of_grub_legacy boolean true +# Invalid username +user-setup-udeb passwd/username-bad error +# LILO installation target: +# Choices: : software RAID array, Other choice (Advanced) +lilo-installer lilo-installer/bootdev_raid select +# Load missing drivers from removable media? +d-i hw-detect/load_media boolean false +# No physical volumes selected +partman-lvm partman-lvm/vgcreate_nosel error +# Invalid WEP key +d-i netcfg/invalid_wep error +# for internal use; can be preseeded +d-i auto-install/defaultroot string d-i/squeeze/./preseed.cfg +# for internal use; can be preseeded +bootstrap-base base-installer/excludes string +# Continue without a network mirror? +apt-mirror-setup apt-setup/no_mirror boolean false +# Kill switch enabled on +d-i netcfg/kill_switch_enabled note +# Failed to partition the selected disk +partman-auto-lvm partman-auto-lvm/unusable_recipe error +# Start PC card services? +d-i hw-detect/start_pcmcia boolean true +# Error while reducing volume group +partman-lvm partman-lvm/vgcreate_error error +# No software RAID devices available +partman-md partman-md/delete_no_md error +# Empty password +user-setup-udeb user-setup/password-empty error +# Go back to the menu and correct this problem? +partman-ext3 partman/boot_not_first_partition boolean +# Debootstrap Error +bootstrap-base base-installer/debootstrap/error/couldntdl error +# zone +# Choices: Central, Mountain, Pacific +tzsetup-udeb tzsetup/country/MX select +# LVM configuration failure +partman-lvm partman-lvm/commit_failed error +# Full name for the new user: +user-setup-udeb passwd/user-fullname string Fake User +# Error while setting up RAID +partman-auto-raid partman-auto-raid/error error +# for internal use; can be preseeded +d-i debian-installer/add-kernel-opts string +# DHCP hostname: +d-i netcfg/dhcp_hostname string +# The size entered is too small +partman-partitioning partman-partitioning/small_new_size error +# for internal use; can be preseeded +partman-auto partman-auto/method string +# Do you want to return to the partitioning menu? +partman-basicfilesystems partman-basicfilesystems/no_mount_point boolean +# Devices to remove from the volume group: +# Choices: +partman-lvm partman-lvm/vgreduce_parts multiselect +# Typical usage of this partition: +# Choices: +partman-basicfilesystems partman-basicfilesystems/specify_usage select +# No root file system +partman-target partman-target/no_root error +# city +# Choices: Noronha, Belem, Fortaleza, Recife, Araguaina, Maceio, Bahia, Sao Paulo, Campo Grande, Cuiaba, Santarem, Porto Velho, Boa Vista, Manaus, Eirunepe, Rio Branco +tzsetup-udeb tzsetup/country/BR select America/Sao_Paulo +# Type for the new partition: +# Choices: Primary, Logical +partman-partitioning partman-partitioning/new_partition_type select Logical +# Error +d-i netcfg/error error +# Architecture not supported +d-i mirror/noarch error +# This is an overview of your currently configured partitions and mount points. Select a partition to modify its settings (file system, mount point, etc.), a free space to create partitions, or a device to initialize its partition table. +# Choices: Guided partitioning, Configure software RAID, Configure the Logical Volume Manager, Configure encrypted volumes, , SCSI1 (0\,0\,0) (sda) - 32.2 GB ATA QEMU HARDDISK,   ${!TAB}${!ALIGN=RIGHT}#7${!TAB}logical${!TAB}${!ALIGN=RIGHT}24.1 GB${!TAB}${!TAB}f${!TAB}ext3${!TAB}${!TAB}/${!TAB},   ${!TAB}${!ALIGN=RIGHT}#6${!TAB}logical${!TAB}${!ALIGN=RIGHT}1.0 GB${!TAB}${!TAB}f${!TAB}ext3${!TAB}${!TAB}/tmp${!TAB},   ${!TAB}${!ALIGN=RIGHT}#5${!TAB}logical${!TAB}${!ALIGN=RIGHT}2.1 GB${!TAB}${!TAB}f${!TAB}swap${!TAB}${!TAB}swap${!TAB},   ${!TAB}${!ALIGN=RIGHT}#1${!TAB}primary${!TAB}${!ALIGN=RIGHT}5.0 GB${!TAB}${!TAB}f${!TAB}ext3${!TAB}${!TAB}/var/cache/openafs${!TAB}, , Undo changes to partitions, Finish partitioning and write changes to disk +partman-base partman/choose_partition select 90finish__________finish +# Failed to partition the selected disk +partman-auto partman-auto/no_recipe error +# Debootstrap Error +bootstrap-base base-installer/debootstrap/error/nogetrelsig error +# Empty passphrase +partman-crypto partman-crypto/passphrase-empty error +# Failed to delete the software RAID device +partman-md partman-md/deletefailed error +# +# Choices: Brazil, Portugal, other +d-i localechooser/shortlist/pt select +# for internal use; can be preseeded +d-i preseed/early_command string +# Unsupported initrd generator +bootstrap-base base-installer/initramfs/unsupported error +# WEP key for wireless device : +d-i netcfg/wireless_wep string +# location +# Choices: Madrid, Ceuta, Canary Islands +tzsetup-udeb tzsetup/country/ES select +# Unable to configure GRUB +grub-installer grub-installer/multipath-error error +# for internal use; can be preseeded +bootstrap-base base-installer/includes string +# for internal use only +d-i debian-installer/exit/always_halt boolean false +# Partition in use +partman-base partman-base/partlocked error +# location +# Choices: Auckland, Chatham Islands +tzsetup-udeb tzsetup/country/NZ select +# Cannot access repository +apt-setup-udeb apt-setup/service-failed error +# +# Choices: Africa, Antarctica, Asia, Atlantic Ocean, Caribbean, Central America, Europe, Indian Ocean, North America, Oceania, South America +d-i localechooser/continentlist select +# Write the changes to disks? +partman-base partman/confirm boolean false +# Are you sure you want to use a random key? +partman-crypto partman-crypto/use_random_for_nonswap boolean false +# Device for boot loader installation: +grub-installer grub-installer/bootdev string +# IP address: +d-i netcfg/get_ipaddress string 69.90.123.70 +# Really erase the data on ? +partman-crypto partman-crypto/warn_erase boolean false +# Invalid logical volume or volume group name +partman-lvm partman-lvm/badnamegiven error +# Encryption for this partition: +# Choices: +partman-crypto partman-crypto/cipher select +# Malformed IP address +d-i netcfg/bad_ipaddress error +# How should the debug logs be saved or transferred? +# Choices: floppy, web, mounted file system +d-i save-logs/menu select +# Continue without a default route? +d-i netcfg/no_default_route boolean +# Unable to install GRUB in +grub-installer grub-installer/grub-install-failed error +# GRUB installation failed +grub-installer grub-installer/apt-install-failed error +# Volume group to delete: +# Choices: +partman-lvm partman-lvm/vgdelete_names select +# Flags for the new partition: +# Choices: +partman-partitioning partman-partitioning/set_flags multiselect +# Continue with the installation? +partman-base partman/confirm_nochanges boolean false +# Logical Volume Management +partman-lvm partman-lvm/help note +# LILO configured to use a serial console +lilo-installer lilo-installer/serial-console note +# Logical volume name: +partman-lvm partman-lvm/lvcreate_name string +# Initialisation of encrypted volume failed +partman-crypto partman-crypto/init_failed error +# Write the changes to the storage devices and configure RAID? +partman-md partman-md/confirm boolean false +# for internal use; can be preseeded +d-i rescue/enable boolean false +# No logical volume name entered +partman-lvm partman-lvm/lvcreate_nonamegiven error +# Insert formatted floppy in drive +d-i save-logs/insert_floppy note +# Devices to encrypt: +# Choices: +partman-crypto partman-crypto/create/partitions multiselect +# Use unrecommended JFS /boot file system? +partman-jfs partman-jfs/jfs_boot boolean false +# Translations temporarily not available +d-i localechooser/translation/none-yet note +# Proceed with installation to unclean target? +base-installer base-installer/use_unclean_target boolean true +# Wait another 30 seconds for hwclock to set the clock? +clock-setup clock-setup/hwclock-wait boolean false +# for internal use only +d-i debconf/translations-dropped boolean false +# Setting firmware variables for automatic boot +nobootloader nobootloader/confirmation_powerpc_pasemi note +# Country to base default locale settings on: +# Choices: Antigua and Barbuda${!TAB}-${!TAB}en_AG, Australia${!TAB}-${!TAB}en_AU.UTF-8, Botswana${!TAB}-${!TAB}en_BW.UTF-8, Canada${!TAB}-${!TAB}en_CA.UTF-8, Hong Kong${!TAB}-${!TAB}en_HK.UTF-8, India${!TAB}-${!TAB}en_IN, Ireland${!TAB}-${!TAB}en_IE.UTF-8, New Zealand${!TAB}-${!TAB}en_NZ.UTF-8, Nigeria${!TAB}-${!TAB}en_NG, Philippines${!TAB}-${!TAB}en_PH.UTF-8, Singapore${!TAB}-${!TAB}en_SG.UTF-8, South Africa${!TAB}-${!TAB}en_ZA.UTF-8, United Kingdom${!TAB}-${!TAB}en_GB.UTF-8, United States${!TAB}-${!TAB}en_US.UTF-8, Zimbabwe${!TAB}-${!TAB}en_ZW.UTF-8 +d-i localechooser/preferred-locale select en_US.UTF-8 +# +# Choices: Spain, France, other +d-i localechooser/shortlist/eu select +# Go back to the menu? +partman-basicmethods partman-basicmethods/method_only boolean +# Separate file system not allowed here +partman-target partman-target/must_be_on_root error +# No physical volumes selected +partman-lvm partman-lvm/vgextend_nosel error +# Error while initializing physical volume +partman-lvm partman-lvm/pvcreate_error error +# +# Choices: Argentina, Bolivia, Brazil, Chile, Colombia, Ecuador, French Guiana, Guyana, Paraguay, Peru, Suriname, Uruguay, Venezuela +d-i localechooser/countrylist/South_America select +# Keep current partition layout and configure encrypted volumes? +partman-crypto partman-crypto/confirm_nochanges boolean false +# +# Choices: Serbia, Montenegro, other +d-i localechooser/shortlist/sr select +# Invalid size +partman-partitioning partman-partitioning/bad_new_partition_size error +# Write previous changes to disk and continue? +partman-partitioning partman-partitioning/confirm_resize boolean +# Partition settings: +# Choices: Use as:${!TAB}Ext3 journaling file system, , Mount point:${!TAB}/, Mount options:${!TAB}defaults, Label:${!TAB}none, Reserved blocks:${!TAB}5%, Typical usage:${!TAB}standard, Bootable flag:${!TAB}off, , Copy data from another partition, Delete the partition, Done setting up the partition +partman-base partman/active_partition select 99finish__________finished +# Domain name: +d-i netcfg/get_domain string hcoop.net +# location +# Choices: McMurdo, Rothera, Palmer, Mawson, Davis, Casey, Vostok, Dumont-d'Urville, Syowa +tzsetup-udeb tzsetup/country/AQ select +# for internal use; can be preseeded +d-i hw-detect/load-ide boolean false +# for internal use; can be preseeded +d-i preseed/interactive boolean false +# Installation step failed +d-i debian-installer/main-menu/item-failure error +# Error while running '' +d-i hw-detect/modprobe_error error +# Continue with partitioning? +partman-partitioning partman-partitioning/unsupported_label boolean false +# for internal use; can be preseeded +# Choices: cylinder, minimal, optimal +partman-base partman/alignment select optimal +# Install the GRUB boot loader to the master boot record? +grub-installer grub-installer/with_other_os boolean true +# No volume group found +partman-lvm partman-lvm/lvcreate_nofreevg error +# Reserved username +user-setup-udeb passwd/username-reserved error +# for internal use only +partman-auto-raid partman-auto-raid/raidnum string +# No devices selected +partman-crypto partman-crypto/create/nosel error +# +partman-base partman/exception_handler_note note +# Invalid hostname +d-i netcfg/invalid_hostname error +# +# Choices: Pakistan, India, other +d-i localechooser/shortlist/pa select +# for internal use; can be preseeded +partman-base partman/early_command string +# city +# Choices: Ulaanbaatar, Hovd, Choibalsan +tzsetup-udeb tzsetup/country/MN select +# for internal use; can be preseeded +partman-base partman/default_filesystem string ext3 +# for internal use; can be preseeded +d-i auto-install/enable boolean false +# Create a normal user account now? +user-setup-udeb passwd/make-user boolean true +# Name of the volume group for the new system: +partman-auto-lvm partman-auto-lvm/new_vg_name string +# Language: +# Choices: C${!TAB}-${!TAB}No localization, Albanian${!TAB}-${!TAB}Shqip, Arabic${!TAB}-${!TAB}عربي, Asturian${!TAB}-${!TAB}Asturianu, Basque${!TAB}-${!TAB}Euskara, Belarusian${!TAB}-${!TAB}Беларуская, Bosnian${!TAB}-${!TAB}Bosanski, Bulgarian${!TAB}-${!TAB}Български, Catalan${!TAB}-${!TAB}Català, Chinese (Simplified)${!TAB}-${!TAB}中文(简体), Chinese (Traditional)${!TAB}-${!TAB}中文(繁體), Croatian${!TAB}-${!TAB}Hrvatski, Czech${!TAB}-${!TAB}Čeština, Danish${!TAB}-${!TAB}Dansk, Dutch${!TAB}-${!TAB}Nederlands, English${!TAB}-${!TAB}English, Esperanto${!TAB}-${!TAB}Esperanto, Estonian${!TAB}-${!TAB}Eesti, Finnish${!TAB}-${!TAB}Suomi, French${!TAB}-${!TAB}Français, Galician${!TAB}-${!TAB}Galego, German${!TAB}-${!TAB}Deutsch, Greek${!TAB}-${!TAB}Ελληνικά, Hebrew${!TAB}-${!TAB}עברית, Hungarian${!TAB}-${!TAB}Magyar, Icelandic${!TAB}-${!TAB}Íslenska, Indonesian${!TAB}-${!TAB}Bahasa Indonesia, Irish${!TAB}-${!TAB}Gaeilge, Italian${!TAB}-${!TAB}Italiano, Japanese${!TAB}-${!TAB}日本語, Kazakh${!TAB}-${!TAB}Қазақ, Korean${!TAB}-${!TAB}한국어, Kurdish${!TAB}-${!TAB}Kurdî, Latvian${!TAB}-${!TAB}Latviski, Lithuanian${!TAB}-${!TAB}Lietuviškai, Macedonian${!TAB}-${!TAB}Македонски, Northern Sami${!TAB}-${!TAB}Sámegillii, Norwegian Bokmaal${!TAB}-${!TAB}Norsk bokmål, Norwegian Nynorsk${!TAB}-${!TAB}Norsk nynorsk, Persian${!TAB}-${!TAB}فارسی, Polish${!TAB}-${!TAB}Polski, Portuguese${!TAB}-${!TAB}Português, Portuguese (Brazil)${!TAB}-${!TAB}Português do Brasil, Romanian${!TAB}-${!TAB}Română, Russian${!TAB}-${!TAB}Русский, Serbian (Cyrillic)${!TAB}-${!TAB}Српски, Slovak${!TAB}-${!TAB}Slovenčina, Slovenian${!TAB}-${!TAB}Slovenščina, Spanish${!TAB}-${!TAB}Español, Swedish${!TAB}-${!TAB}Svenska, Tagalog${!TAB}-${!TAB}Tagalog, Thai${!TAB}-${!TAB}ภาษาไทย, Turkish${!TAB}-${!TAB}Türkçe, Ukrainian${!TAB}-${!TAB}Українська, Vietnamese${!TAB}-${!TAB}Tiếng Việt +d-i localechooser/languagelist select en +# Not enough RAID partitions available +partman-md partman-md/notenoughparts error +# Installer components to load: +# Choices: +d-i anna/choose_modules_lowmem multiselect +# Debootstrap warning +bootstrap-base base-installer/debootstrap/fallback-warning error +# Unsafe swap space detected +partman-crypto partman-crypto/unsafe_swap error +# for internal use only +d-i debian-installer/language string en +# city +# Choices: Kinshasa, Lubumbashi +tzsetup-udeb tzsetup/country/CD select +# No DHCP client found +d-i netcfg/no_dhcp_client error +# Select disk(s) to partition: +# Choices: +partman-auto partman-auto/select_disks multiselect +# location +# Choices: Tahiti (Society Islands), Marquesas Islands, Gambier Islands +tzsetup-udeb tzsetup/country/PF select +# Go back to the menu and correct errors? +partman-basicfilesystems partman-basicfilesystems/swap_check_failed boolean +# Software RAID device type: +# Choices: RAID0, RAID1, RAID5, RAID6, RAID10 +partman-md partman-md/createmain select +# Label for the file system in this partition: +partman-basicfilesystems partman-basicfilesystems/choose_label string +# Password input error +grub-installer grub-installer/password-mismatch error +# Debian archive mirror: +# Choices: ftp.us.debian.org, ftp.egr.msu.edu, mirrors.kernel.org, debian.lcs.mit.edu, debian.osuosl.org, mirror.cc.columbia.edu, mirror.hmc.edu, mirrors.hosef.org, debian.cc.lehigh.edu, cdn.debian.net, ftp.gtlib.gatech.edu, distro.ibiblio.org, ftp-mirror.internap.com, mirror.cs.wisc.edu, ftp.uwsg.indiana.edu, ftp.ndlug.nd.edu, debian.uchicago.edu, carroll.aset.psu.edu, mirrors.xmission.com, ftp.keystealth.org, ftp.lug.udel.edu, linux.csua.berkeley.edu, debian.secsup.org, mirror.anl.gov, sluglug.ucsc.edu, mirrors.geeks.org, mirrors.usc.edu, lug.mtu.edu, debian.mirrors.tds.net, debian.cites.uiuc.edu, mirrors.tummy.com, debian.mirror.frontiernet.net, ftp.grokthis.net, mirrors.xenir.com, debian.mirrors.easynews.com, mirrors.acm.jhu.edu, mirror.steadfast.net, ftp.utexas.edu, mirror.fdcservers.net, mirror.rit.edu, debian.corenetworks.net, mirror.its.uidaho.edu, debian.cs.binghamton.edu, mirrors.modwest.com, mirrors.bloomu.edu, debian.usu.edu, debian.securedservers.com +d-i mirror/http/mirror select ftp.us.debian.org +# +# Choices: Anguilla, Antigua and Barbuda, Aruba, Bahamas, Barbados, Bermuda, Cayman Islands, Cuba, Dominica, Dominican Republic, Grenada, Guadeloupe, Haiti, Jamaica, Martinique, Montserrat, Netherlands Antilles, Puerto Rico, Saint Kitts and Nevis, Saint Lucia, Saint Martin (French part), Saint Vincent and the Grenadines, Trinidad and Tobago, Turks and Caicos Islands, Virgin Islands\, British, Virgin Islands\, U.S. +d-i localechooser/countrylist/Caribbean select +# Language selection no longer possible +d-i localechooser/translation/no-select note +# Downloading a file failed: +# Choices: Retry, Change mirror, Cancel +d-i retriever/net/error select Retry +# +# Choices: Afghanistan, Bahrain, Bangladesh, Bhutan, Brunei Darussalam, Cambodia, China, Hong Kong, India, Indonesia, Iran\, Islamic Republic of, Iraq, Israel, Japan, Jordan, Kazakhstan, Korea\, Democratic People's Republic of, Korea\, Republic of, Kuwait, Kyrgyzstan, Lao People's Democratic Republic, Lebanon, Macao, Malaysia, Mongolia, Myanmar, Nepal, Oman, Pakistan, Palestinian Territory\, Occupied, Philippines, Qatar, Saudi Arabia, Singapore, Sri Lanka, Syrian Arab Republic, Taiwan, Tajikistan, Thailand, Timor-Leste, Turkey, Turkmenistan, United Arab Emirates, Uzbekistan, Viet Nam, Yemen +d-i localechooser/countrylist/Asia select +# Write the changes to disk and configure encrypted volumes? +d-i partman-crypto/confirm_nooverwrite boolean false +# zone +# Choices: Tarawa (Gilbert Islands), Enderbury (Phoenix Islands), Kiritimati (Line Islands) +tzsetup-udeb tzsetup/country/KI select +# Debian archive mirror directory: +d-i mirror/ftp/directory string /debian/ +# Set the clock using NTP? +clock-setup clock-setup/ntp boolean true +# for internal use; can be preseeded +d-i debian-installer/country string US +# for internal use only +bootstrap-base base-installer/kernel/linux/link_in_boot boolean false +# No file system mounted on /target +base-installer base-installer/no_target_mounted error +# What to do with this device: +# Choices: +partman-base partman/storage_device select +# Base system installation error +bootstrap-base base-installer/debootstrap/error-abnormal error +# Partitioning method: +# Choices: Guided - use entire disk, Guided - use entire disk and set up LVM, Guided - use entire disk and set up encrypted LVM, Manual +partman-auto partman-auto/init_automatically_partition select 50some_device__________regular +# Failed to create a swap space +partman-basicfilesystems partman-basicfilesystems/create_swap_failed error +# +# Choices: Belgium, Germany, Liechtenstein, Luxembourg, Austria, Switzerland, other +d-i localechooser/shortlist/de select +# Write the changes to disks and configure LVM? +partman-lvm partman-lvm/confirm boolean false +# Software RAID not available +partman-md partman-md/nomd error +# for internal use; can be preseeded +d-i anna/standard_modules boolean true +# Really delete the volume group? +partman-lvm partman-lvm/vgdelete_confirm boolean true +# Failed to process the preconfiguration file +d-i preseed/load_error error +# No volume group found +partman-lvm partman-lvm/vgextend_novg error +# for internal use; can be preseeded +d-i netcfg/disable_dhcp boolean false +# for internal use only +d-i mirror/codename string squeeze +# Continue installation without /boot partition? +partman-auto-lvm partman-auto-lvm/no_boot boolean +# Write a new empty partition table? +partman-partitioning partman-partitioning/confirm_write_new_label boolean false +# Use non-free software? +apt-mirror-setup apt-setup/non-free boolean false +# Write the changes to disk and configure encrypted volumes? +partman-crypto partman-crypto/confirm boolean false +# for internal use; can be preseeded +# Choices: traditional, label, uuid +partman-target partman/mount_style select uuid +# Wireless ESSID for : +d-i netcfg/wireless_essid_again string +# location +# Choices: Godthab, Danmarkshavn, Scoresbysund, Thule +tzsetup-udeb tzsetup/country/GL select +# Keyfile creation failure +partman-crypto partman-crypto/keyfile-problem error +# Software RAID configuration actions +# Choices: Create MD device, Delete MD device, Finish +partman-md partman-md/mainmenu select +# zone +# Choices: Moscow-01 - Kaliningrad, Moscow+00 - west Russia, Moscow+01 - Samara, Moscow+02 - Urals, Moscow+03 - west Siberia, Moscow+03 - Novosibirsk, Moscow+04 - Yenisei River, Moscow+05 - Lake Baikal, Moscow+06 - Lena River, Moscow+07 - Amur River, Moscow+07 - Sakhalin Island, Moscow+08 - Magadan, Moscow+09 - Kamchatka, Moscow+10 - Bering Sea +tzsetup-udeb tzsetup/country/RU select Europe/Moscow +# Current LVM configuration: +partman-lvm partman-lvm/displayall note +# Cannot install kernel +bootstrap-base base-installer/kernel/no-kernels-found error +# for internal use; can be preseeded +d-i debian-installer/allow_unauthenticated boolean false +# Downloading a file failed: +# Choices: Retry, Change mirror, Ignore +apt-mirror-setup apt-setup/mirror/error select Retry +# for internal use only +bootstrap-base base-installer/kernel/linux/initrd-2.6 boolean true +# for internal use; can be preseeded +d-i ethdetect/prompt_missing_firmware boolean true +# Continue the installation in the selected language? +d-i localechooser/translation/warn-severe boolean false +# for internal use; can be preseeded +d-i debian-installer/theme string +# +# Choices: American Samoa, Australia, Cook Islands, Fiji, French Polynesia, Guam, Kiribati, Marshall Islands, Micronesia\, Federated States of, Nauru, New Caledonia, New Zealand, Niue, Norfolk Island, Northern Mariana Islands, Palau, Papua New Guinea, Pitcairn, Samoa, Solomon Islands, Tokelau, Tonga, Tuvalu, United States Minor Outlying Islands, Vanuatu, Wallis and Futuna +d-i localechooser/countrylist/Oceania select +# No boot loader installed +nobootloader nobootloader/confirmation_common note +# zone +# Choices: Santiago, Easter Island +tzsetup-udeb tzsetup/country/CL select +# Are you sure you want to exit now? +d-i di-utils-reboot/really_reboot boolean false +# +# Choices: Brazil, Portugal, other +d-i localechooser/shortlist/pt_BR select +# Tool to use to generate boot initrd: +# Choices: +bootstrap-base base-installer/initramfs/generator select +# for internal use only +d-i debconf/frontend string newt +# Error while deleting the logical volume +partman-lvm partman-lvm/lvdelete_error error +# Choose software to install: +# Choices: Graphical desktop environment, Web server, Print server, DNS server, File server, Mail server, SQL database, SSH server, Laptop, Standard system utilities +d-i tasksel/first multiselect SSH server, Standard system utilities +# Use unrecommended JFS root file system? +partman-jfs partman-jfs/jfs_root boolean false +# Invalid partition name +lilo-installer lilo-installer/manual_bootdev_error error +# Invalid ESSID +d-i netcfg/invalid_essid error +# for internal use; can be preseeded +d-i debian-installer/exit/halt boolean false +# Partition table type: +# Choices: aix, amiga, bsd, dvh, gpt, mac, msdos, pc98, sun, loop +partman-partitioning partman-partitioning/choose_label select msdos +# No usable physical volumes found +partman-lvm partman-lvm/nopartitions error +# btrfs root file system not supported without separate /boot +partman-btrfs partman-btrfs/btrfs_root error +# Would you like to make this partition active? +lilo-installer lilo-installer/activate-part boolean true +# Bad archive mirror +d-i mirror/bad error +# +# Choices: Belize, Costa Rica, El Salvador, Guatemala, Honduras, Nicaragua, Panama +d-i localechooser/countrylist/Central_America select +# Select your time zone: +# Choices: Eastern, Central, Mountain, Pacific, Alaska, Hawaii, Arizona, East Indiana, Samoa +tzsetup-udeb time/zone select US/Eastern +# Failed to create a file system +partman-basicfilesystems partman-basicfilesystems/create_failed error +# LILO installation target: +# Choices: : Master Boot Record, : new Debian partition, Other choice (Advanced) +lilo-installer lilo-installer/bootdev select +# Use weak passphrase? +partman-crypto partman-crypto/weak_passphrase boolean false +# Use a network mirror? +apt-mirror-setup apt-setup/use_mirror boolean +# Protocol for file downloads: +# Choices: http, ftp +d-i mirror/protocol select http +# Source partition: +# Choices: +partman-partitioning partman-partitioning/source_partition select +# Debootstrap Error +bootstrap-base base-installer/debootstrap/error/nogetrel error +# Ethernet card not found +d-i ethdetect/cannot_find error +# for internal use; can be preseeded +d-i preseed/url/checksum string +# Volume group name already in use +partman-lvm partman-lvm/vgcreate_nameused error +# Mount point for this partition: +# Choices: / - the root file system, /boot - static files of the boot loader, /home - user home directories, /tmp - temporary files, /usr - static data, /var - variable data, /srv - data for services provided by this system, /opt - add-on application software packages, /usr/local - local hierarchy, Enter manually, Do not mount it +partman-basicfilesystems partman-basicfilesystems/mountpoint select / - the root file system +# location +# Choices: Yap, Truk, Ponape, Kosrae +tzsetup-udeb tzsetup/country/FM select +# Spare devices for the RAID array: +# Choices: +partman-md partman-md/raidsparedevs multiselect +# Key size for this partition: +# Choices: +partman-crypto partman-crypto/keysize select +# No partitionable media +disk-detect disk-detect/cannot_find error +# Installer components to load: +# Choices: ai-console-setup-udeb: Delayed configuration of keyboard for auto-install, ai-kbd-chooser: Delayed configuration of keyboard for auto-install, ai-localechooser: Delayed configuration of locale for auto-install, auto-install: Support for automatic installs, cdrom-checker: Verify the cd contents, cdrom-detect: Detect CDROM devices and mount the CD, cfdisk-udeb: Manually partition a hard drive (cfdisk), console-setup-udeb: Configure the keyboard, cpuburn-udeb: perform CPU stress test (burn in) - expert use only, crypto-dm-modules-2.6.32-5-amd64-di: devicemapper crypto module, crypto-modules-2.6.32-5-amd64-di: crypto modules, debian-edu-install-udeb: Execute Debian Edu debian-installer profile, debian-edu-profile-udeb: Choose Debian Edu profile, di-utils-exit-installer: Exit installer, driver-injection-disk-detect: Detect OEM driver injection disks, eject-udeb: ejects CDs from d-i menu, emdebian-archive-keyring-udeb: GnuPG keys of the Emdebian archive - udeb, event-modules-2.6.32-5-amd64-di: Event support, file-preseed: load debconf preseed file, i2c-modules-2.6.32-5-amd64-di: i2c support modules, irda-modules-2.6.32-5-amd64-di: Infrared devices support, iso-scan: Scan hard drives for an installer ISO image, live-installer: Install the system, load-cdrom: Load installer components from CD, load-floppy: Load installer components from a floppy, load-iso: Load installer components from an installer ISO, load-media: Load installer components from removable media, lowmem: free memory for lowmem install, ltsp-client-builder: build an LTSP environment in the installer target, lvmcfg: Configure the Logical Volume Manager, mdcfg: Configure MD devices, mouse-modules-2.6.32-5-amd64-di: Mouse support, multipath-modules-2.6.32-5-amd64-di: Multipath support, netcfg-static: Configure a static network, network-console: Continue installation remotely using SSH, ntfs-modules-2.6.32-5-amd64-di: NTFS filesystem support, openssh-client-udeb: secure shell client for the Debian installer, parted-udeb: Manually partition a hard drive (parted), partman-reiserfs: Add to partman support for reiserfs, plip-modules-2.6.32-5-amd64-di: PLIP drivers, ppp-modules-2.6.32-5-amd64-di: PPP drivers, ppp-udeb: Point-to-Point Protocol (PPP) - package for Debian Installer, qnx4-modules-2.6.32-5-amd64-di: QNX4 filesystem support, reiserfs-modules-2.6.32-5-amd64-di: Reiser filesystem support, rescue-mode: mount requested partition and start a rescue shell, sound-modules-2.6.32-5-amd64-di: sound support, speakup-modules-2.6.32-5-amd64-di: speakup modules, squashfs-modules-2.6.32-5-amd64-di: squashfs modules +d-i anna/choose_modules multiselect +# Do you want to return to the partitioning menu? +partman-basicfilesystems partman-basicfilesystems/no_swap boolean true +# The partition starts from and ends at . +partman-base partman/show_partition_chs note +# Software RAID device to be deleted: +# Choices: +partman-md partman-md/deletemenu select +# Are you sure you want a bootable logical partition? +partman-partitioning partman-partitioning/bootable_logical boolean false +# Mount point for this partition: +# Choices: /dos, /windows, Enter manually, Do not mount it +partman-basicfilesystems partman-basicfilesystems/fat_mountpoint select +# Error while extending volume group +partman-lvm partman-lvm/vgextend_error error +# Volume group name already in use +partman-auto-lvm partman-auto-lvm/vg_exists error +# Help on partitioning +partman-target partman-target/help note +# country code or "manual" (for internal use) +d-i mirror/country string US +# No volume group name entered +partman-lvm partman-lvm/vgcreate_nonamegiven error +# Required programs missing +partman-crypto partman-crypto/tools_missing note +# Logical volume size: +partman-lvm partman-lvm/lvcreate_size string +# Debootstrap Error +bootstrap-base base-installer/debootstrap/error/missingrelentry error +# LILO installation target: +lilo-installer lilo-installer/manual_bootdev string +# Devices to add to the volume group: +# Choices: +partman-lvm partman-lvm/vgextend_parts multiselect +# for internal use; can be preseeded +lilo-installer lilo-installer/skip boolean false +# zone +# Choices: Newfoundland, Atlantic, Eastern, Central, East Saskatchewan, Saskatchewan, Mountain, Pacific, Yukon +tzsetup-udeb tzsetup/country/CA select Canada/Eastern +# Terminal plugin not available +d-i debian-installer/terminal-plugin-unavailable error +# For internal use (keyboard chosen by user) +d-i debian-installer/keymap string us +# Password input error +user-setup-udeb user-setup/password-mismatch error +# Additional locales: +# Choices: aa_DJ.UTF-8, aa_DJ, aa_ER, aa_ER@saaho, aa_ET, af_ZA.UTF-8, af_ZA, am_ET, an_ES.UTF-8, an_ES, ar_AE.UTF-8, ar_AE, ar_BH.UTF-8, ar_BH, ar_DZ.UTF-8, ar_DZ, ar_EG.UTF-8, ar_EG, ar_IN, ar_IQ.UTF-8, ar_IQ, ar_JO.UTF-8, ar_JO, ar_KW.UTF-8, ar_KW, ar_LB.UTF-8, ar_LB, ar_LY.UTF-8, ar_LY, ar_MA.UTF-8, ar_MA, ar_OM.UTF-8, ar_OM, ar_QA.UTF-8, ar_QA, ar_SA.UTF-8, ar_SA, ar_SD.UTF-8, ar_SD, ar_SY.UTF-8, ar_SY, ar_TN.UTF-8, ar_TN, ar_YE.UTF-8, ar_YE, az_AZ.UTF-8, as_IN.UTF-8, ast_ES.UTF-8, ast_ES, be_BY.UTF-8, be_BY, be_BY@latin, ber_DZ, ber_MA, bg_BG.UTF-8, bg_BG, bn_BD, bn_IN, bo_CN, bo_IN, br_FR.UTF-8, br_FR, br_FR@euro, bs_BA.UTF-8, bs_BA, byn_ER, ca_AD.UTF-8, ca_AD, ca_ES.UTF-8, ca_ES, ca_ES@euro, ca_ES.UTF-8@valencia, ca_ES@valencia, ca_FR.UTF-8, ca_FR, ca_IT.UTF-8, ca_IT, crh_UA, cs_CZ.UTF-8, cs_CZ, csb_PL, cy_GB.UTF-8, cy_GB, da_DK.UTF-8, da_DK, de_AT.UTF-8, de_AT, de_AT@euro, de_BE.UTF-8, de_BE, de_BE@euro, de_CH.UTF-8, de_CH, de_DE.UTF-8, de_DE, de_DE@euro, de_LI.UTF-8, de_LU.UTF-8, de_LU, de_LU@euro, dv_MV, dz_BT, el_GR.UTF-8, el_GR, el_CY.UTF-8, el_CY, en_AG, en_AU.UTF-8, en_AU, en_BW.UTF-8, en_BW, en_CA.UTF-8, en_CA, en_DK.UTF-8, en_DK.ISO-8859-15, en_DK, en_GB.UTF-8, en_GB, en_GB.ISO-8859-15, en_HK.UTF-8, en_HK, en_IE.UTF-8, en_IE, en_IE@euro, en_IN, en_NG, en_NZ.UTF-8, en_NZ, en_PH.UTF-8, en_PH, en_SG.UTF-8, en_SG, en_US, en_US.ISO-8859-15, en_ZA.UTF-8, en_ZA, en_ZW.UTF-8, en_ZW, eo.UTF-8, eo, es_AR.UTF-8, es_AR, es_BO.UTF-8, es_BO, es_CL.UTF-8, es_CL, es_CO.UTF-8, es_CO, es_CR.UTF-8, es_CR, es_DO.UTF-8, es_DO, es_EC.UTF-8, es_EC, es_ES.UTF-8, es_ES, es_ES@euro, es_GT.UTF-8, es_GT, es_HN.UTF-8, es_HN, es_MX.UTF-8, es_MX, es_NI.UTF-8, es_NI, es_PA.UTF-8, es_PA, es_PE.UTF-8, es_PE, es_PR.UTF-8, es_PR, es_PY.UTF-8, es_PY, es_SV.UTF-8, es_SV, es_US.UTF-8, es_US, es_UY.UTF-8, es_UY, es_VE.UTF-8, es_VE, et_EE.UTF-8, et_EE, et_EE.ISO-8859-15, eu_ES.UTF-8, eu_ES, eu_ES@euro, eu_FR.UTF-8, eu_FR, eu_FR@euro, fa_IR, fi_FI.UTF-8, fi_FI, fi_FI@euro, fil_PH, fo_FO.UTF-8, fo_FO, fr_BE.UTF-8, fr_BE, fr_BE@euro, fr_CA.UTF-8, fr_CA, fr_CH.UTF-8, fr_CH, fr_FR.UTF-8, fr_FR, fr_FR@euro, fr_LU.UTF-8, fr_LU, fr_LU@euro, fur_IT, fy_NL, fy_DE, ga_IE.UTF-8, ga_IE, ga_IE@euro, gd_GB.UTF-8, gd_GB, gez_ER, gez_ER@abegede, gez_ET, gez_ET@abegede, gl_ES.UTF-8, gl_ES, gl_ES@euro, gu_IN, gv_GB.UTF-8, gv_GB, ha_NG, he_IL.UTF-8, he_IL, hi_IN, hne_IN, hr_HR.UTF-8, hr_HR, hsb_DE.UTF-8, hsb_DE, ht_HT, hu_HU.UTF-8, hu_HU, hy_AM, hy_AM.ARMSCII-8, ia, id_ID.UTF-8, id_ID, ig_NG, ik_CA, is_IS.UTF-8, is_IS, it_CH.UTF-8, it_CH, it_IT.UTF-8, it_IT, it_IT@euro, iu_CA, iw_IL.UTF-8, iw_IL, ja_JP.UTF-8, ja_JP.EUC-JP, ka_GE.UTF-8, ka_GE, kk_KZ.UTF-8, kk_KZ, kl_GL.UTF-8, kl_GL, km_KH, kn_IN, ko_KR.UTF-8, ko_KR.EUC-KR, ks_IN, ks_IN@devanagari, ku_TR.UTF-8, ku_TR, kw_GB.UTF-8, kw_GB, ky_KG, lg_UG.UTF-8, lg_UG, li_BE, li_NL, lo_LA, lt_LT.UTF-8, lt_LT, lv_LV.UTF-8, lv_LV, mai_IN, mg_MG.UTF-8, mg_MG, mi_NZ.UTF-8, mi_NZ, mk_MK.UTF-8, mk_MK, ml_IN, mn_MN, mr_IN, ms_MY.UTF-8, ms_MY, mt_MT.UTF-8, mt_MT, my_MM, nan_TW@latin, nb_NO.UTF-8, nb_NO, nds_DE, nds_NL, ne_NP, nl_AW, nl_BE.UTF-8, nl_BE, nl_BE@euro, nl_NL.UTF-8, nl_NL, nl_NL@euro, nn_NO.UTF-8, nn_NO, nr_ZA, nso_ZA, oc_FR.UTF-8, oc_FR, om_ET, om_KE.UTF-8, om_KE, or_IN, pa_IN, pa_PK, pap_AN, pl_PL.UTF-8, pl_PL, ps_AF, pt_BR.UTF-8, pt_BR, pt_PT.UTF-8, pt_PT, pt_PT@euro, ro_RO.UTF-8, ro_RO, ru_RU.UTF-8, ru_RU.KOI8-R, ru_RU, ru_RU.CP1251, ru_UA.UTF-8, ru_UA, rw_RW, sa_IN, sc_IT, sd_IN, sd_IN@devanagari, se_NO, shs_CA, si_LK, sid_ET, sk_SK.UTF-8, sk_SK, sl_SI.UTF-8, sl_SI, so_DJ.UTF-8, so_DJ, so_ET, so_KE.UTF-8, so_KE, so_SO.UTF-8, so_SO, sq_AL.UTF-8, sq_AL, sr_ME, sr_RS, sr_RS@latin, ss_ZA, st_ZA.UTF-8, st_ZA, sv_FI.UTF-8, sv_FI, sv_FI@euro, sv_SE.UTF-8, sv_SE, sv_SE.ISO-8859-15, ta_IN, te_IN, tg_TJ.UTF-8, tg_TJ, th_TH.UTF-8, th_TH, ti_ER, ti_ET, tig_ER, tk_TM, tl_PH.UTF-8, tl_PH, tn_ZA, tr_CY.UTF-8, tr_CY, tr_TR.UTF-8, tr_TR, ts_ZA, tt_RU.UTF-8, tt_RU@iqtelif.UTF-8, ug_CN, uk_UA.UTF-8, uk_UA, ur_PK, uz_UZ.UTF-8, uz_UZ, uz_UZ@cyrillic, ve_ZA, vi_VN, vi_VN.TCVN, wa_BE.UTF-8, wa_BE, wa_BE@euro, wo_SN, xh_ZA.UTF-8, xh_ZA, yi_US.UTF-8, yi_US, yo_NG, zh_CN.UTF-8, zh_CN.GB18030, zh_CN.GBK, zh_CN, zh_HK.UTF-8, zh_HK, zh_SG.UTF-8, zh_SG.GBK, zh_SG, zh_TW.UTF-8, zh_TW.EUC-TW, zh_TW, zu_ZA.UTF-8, zu_ZA +d-i localechooser/supported-locales multiselect +# Failed to install the base system +bootstrap-base base-installer/debootstrap-failed error +# LVM configuration action: +# Choices: +partman-lvm partman-lvm/mainmenu select +# Error while creating a new logical volume +partman-lvm partman-lvm/lvcreate_exists error +# Location of initial preconfiguration file: +d-i preseed/url string +# Base system installation error +bootstrap-base base-installer/debootstrap/error-exitcode error +# location +# Choices: Johnston Atoll, Midway Islands, Wake Island +tzsetup-udeb tzsetup/country/UM select +# Number of spare devices for the RAID array: +partman-md partman-md/raidsparecount string +# for internal use; can be preseeded +d-i preseed/late_command string +# Copy operation failure +partman-partitioning partman-partitioning/copy_commit_failed error +# Partitioning method: +# Choices: Guided - use entire disk, Guided - use entire disk and set up LVM, Guided - use entire disk and set up encrypted LVM, Manual +partman-auto partman-auto/automatically_partition select 50some_device__________regular +# Configuration of encrypted volumes failed +partman-crypto partman-crypto/commit_failed error +# Failed to run preseeded command +d-i preseed/command_failed error +# Modules to load: +# Choices: usb-storage (USB storage) +d-i hw-detect/select_modules multiselect usb-storage (USB storage) +# The resize operation is impossible +partman-partitioning partman-partitioning/impossible_resize error +# Encryption package installation failure +partman-crypto partman-crypto/module_package_missing error +# for internal use; can be preseeded +partman-auto-raid partman-auto-raid/recipe string +# Encryption method for this partition: +# Choices: +partman-crypto partman-crypto/crypto_type select +# Continue the installation in the selected language? +d-i localechooser/translation/warn-light boolean true +# +# Choices: Aruba, Belgium, Netherlands, other +d-i localechooser/shortlist/nl select +# Invalid mount point +partman-basicfilesystems partman-basicfilesystems/bad_mountpoint error +# Type of encryption key hash for this partition: +# Choices: +partman-crypto partman-crypto/keyhash select +# Identical labels for two file systems +partman-target partman-target/same_label error +# Create new empty partition table on this device? +partman-partitioning partman-partitioning/confirm_new_label boolean false +# Write the changes to disks? +partman-base partman/confirm_nooverwrite boolean false +# No logical volume found +partman-lvm partman-lvm/lvdelete_nolv error +# Keep current partition layout and configure RAID? +partman-md partman-md/confirm_nochanges boolean false +# Remove existing software RAID partitions? +partman-md partman-md/device_remove_md boolean false +# Layout of the RAID10 array: +partman-md partman-md/raid10layout string +# Unable to install +bootstrap-base base-installer/kernel/failed-package-install error +# Installation complete +finish-install finish-install/reboot_in_progress note +# The free space starts from and ends at . +partman-base partman/show_free_chs note +# for internal use; can be preseeded +pkgsel pkgsel/include string +# +# Choices: British Indian Ocean Territory, Christmas Island, Cocos (Keeling) Islands, Comoros, French Southern Territories, Heard Island and McDonald Islands, Madagascar, Maldives, Mauritius, Mayotte, Reunion, Seychelles +d-i localechooser/countrylist/Indian_Ocean select +# for internal use; can be preseeded +d-i preseed/boot_command string +# Install the GRUB boot loader to the master boot record? +grub-installer grub-installer/only_debian boolean true +# Partition name: +partman-partitioning partman-partitioning/set_name string +# Web server started +d-i save-logs/httpd_running note +# System locale: +# Choices: +d-i debian-installer/locale select en_US.UTF-8 +# Logical Volume Manager not available +partman-lvm partman-lvm/nolvm error +# for internal use; can be preseeded +base-installer base-installer/install-recommends boolean true +# Gateway: +d-i netcfg/get_gateway string 69.90.123.65 +# LILO installation failed. Continue anyway? +lilo-installer lilo-installer/apt-install-failed boolean true +# Netmask: +d-i netcfg/get_netmask string 255.255.255.224 +# Mount options: +# Choices: +partman-basicfilesystems partman-basicfilesystems/mountoptions multiselect +# Type of wireless network: +# Choices: Infrastructure (Managed) network, Ad-hoc network (Peer to peer) +d-i netcfg/wireless_adhoc_managed select Infrastructure (Managed) network diff --git a/preseed/testkvm0-debconf-target b/preseed/testkvm0-debconf-target new file mode 100644 index 0000000..02154a5 --- /dev/null +++ b/preseed/testkvm0-debconf-target @@ -0,0 +1,375 @@ +# Time zone: +# Choices: Adelaide, Brisbane, Broken Hill, Canberra, Currie, Darwin, Eucla, Hobart, Lindeman, Lord Howe, Melbourne, Perth, Sydney, Yancowinna +tzdata tzdata/Zones/Australia select +# Do you want system-wide readable home directories? +adduser adduser/homedir-permission boolean true +# What do you want to do about modified configuration file ? +# Choices: install the package maintainer's version, keep the local version currently installed, show the differences between the versions, show a side-by-side difference between the versions, start a new shell to examine the situation +ucf ucf/changeprompt select keep_current +# Time zone: +# Choices: Alaska, Aleutian, Arizona, Central, Eastern, Hawaii, Indiana-Starke, Michigan, Mountain, Pacific, Pacific-New, Samoa +tzdata tzdata/Zones/US select +# for internal use +grub-pc grub-pc/kopt_extracted boolean false +# Reconfigure exim4-config instead of this package +exim4-daemon-light exim4-daemon-light/drec error +# kFreeBSD command line: +grub-pc grub2/kfreebsd_cmdline string +# Override local changes to /etc/pam.d/common-*? +libpam-runtime libpam-runtime/override boolean false +# /boot/grub/device.map has been regenerated +grub-pc grub2/device_map_regenerated note +# Services to restart for PAM library upgrade: +libpam0g libpam0g/restart-services string +# Fully qualified hostname: +ssmtp ssmtp/hostname string testkvm0.hcoop.net +# Time zone: +# Choices: Aden, Almaty, Amman, Anadyr, Aqtau, Aqtobe, Ashgabat, Baghdad, Bahrain, Baku, Bangkok, Beirut, Bishkek, Brunei, Choibalsan, Chongqing, Colombo, Damascus, Dhaka, Dili, Dubai, Dushanbe, Gaza, Harbin, Hebron, Ho_Chi_Minh, Hong_Kong, Hovd, Irkutsk, Istanbul, Jakarta, Jayapura, Jerusalem, Kabul, Kamchatka, Karachi, Kashgar, Kathmandu, Kolkata, Krasnoyarsk, Kuala_Lumpur, Kuching, Kuwait, Macau, Magadan, Makassar, Manila, Muscat, Nicosia, Novokuznetsk, Novosibirsk, Omsk, Oral, Phnom_Penh, Pontianak, Pyongyang, Qatar, Qyzylorda, Rangoon, Riyadh, Riyadh87, Riyadh88, Riyadh89, Sakhalin, Samarkand, Seoul, Shanghai, Singapore, Taipei, Tashkent, Tbilisi, Tehran, Tel_Aviv, Thimphu, Tokyo, Ujung_Pandang, Ulaanbaatar, Urumqi, Vientiane, Vladivostok, Yakutsk, Yekaterinburg, Yerevan +tzdata tzdata/Zones/Asia select +# PAM profiles to enable: +# Choices: Kerberos authentication, Unix authentication, AFS session management +libpam-runtime libpam-runtime/profiles multiselect krb5, unix, afs-session +# Character set to support: +# Choices: . Arabic, # Armenian, # Cyrillic - KOI8-R and KOI8-U, # Cyrillic - non-Slavic languages, # Cyrillic - Slavic languages (also Bosnian and Serbian Latin), . Ethiopic, # Georgian, # Greek, # Hebrew, # Lao, # Latin1 and Latin5 - western Europe and Turkic languages, # Latin2 - central Europe and Romanian, # Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh, # Latin7 - Lithuanian; Latvian; Maori and Marshallese, . Latin - Vietnamese, # Thai, . Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic, . Combined - Latin; Slavic Cyrillic; Greek, . Combined - Latin; Slavic and non-Slavic Cyrillic +console-setup console-setup/codeset47 select # Latin1 and Latin5 - western Europe and Turkic languages +# Interface to use: +# Choices: Dialog, Readline, Gnome, Kde, Editor, Noninteractive +debconf debconf/frontend select Dialog +# Certificates to activate: +# Choices: brasil.gov.br/brasil.gov.br.crt, cacert.org/cacert.org.crt, debconf.org/ca.crt, gouv.fr/cert_igca_dsa.crt, gouv.fr/cert_igca_rsa.crt, mozilla/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.crt, mozilla/AddTrust_External_Root.crt, mozilla/AddTrust_Low-Value_Services_Root.crt, mozilla/AddTrust_Public_Services_Root.crt, mozilla/AddTrust_Qualified_Certificates_Root.crt, mozilla/America_Online_Root_Certification_Authority_1.crt, mozilla/America_Online_Root_Certification_Authority_2.crt, mozilla/AOL_Time_Warner_Root_Certification_Authority_1.crt, mozilla/AOL_Time_Warner_Root_Certification_Authority_2.crt, mozilla/Baltimore_CyberTrust_Root.crt, mozilla/beTRUSTed_Root_CA-Baltimore_Implementation.crt, mozilla/beTRUSTed_Root_CA.crt, mozilla/beTRUSTed_Root_CA_-_Entrust_Implementation.crt, mozilla/beTRUSTed_Root_CA_-_RSA_Implementation.crt, mozilla/Camerfirma_Chambers_of_Commerce_Root.crt, mozilla/Camerfirma_Global_Chambersign_Root.crt, mozilla/Certplus_Class_2_Primary_CA.crt, mozilla/Certum_Root_CA.crt, mozilla/Comodo_AAA_Services_root.crt, mozilla/COMODO_Certification_Authority.crt, mozilla/COMODO_ECC_Certification_Authority.crt, mozilla/Comodo_Secure_Services_root.crt, mozilla/Comodo_Trusted_Services_root.crt, mozilla/DigiCert_Assured_ID_Root_CA.crt, mozilla/DigiCert_Global_Root_CA.crt, mozilla/DigiCert_High_Assurance_EV_Root_CA.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_1.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_2.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_3.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_4.crt, mozilla/DST_ACES_CA_X6.crt, mozilla/DST_Root_CA_X3.crt, mozilla/Entrust.net_Global_Secure_Personal_CA.crt, mozilla/Entrust.net_Global_Secure_Server_CA.crt, mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt, mozilla/Entrust.net_Secure_Personal_CA.crt, mozilla/Entrust.net_Secure_Server_CA.crt, mozilla/Entrust_Root_Certification_Authority.crt, mozilla/Equifax_Secure_CA.crt, mozilla/Equifax_Secure_eBusiness_CA_1.crt, mozilla/Equifax_Secure_eBusiness_CA_2.crt, mozilla/Equifax_Secure_Global_eBusiness_CA.crt, mozilla/Firmaprofesional_Root_CA.crt, mozilla/GeoTrust_Global_CA_2.crt, mozilla/GeoTrust_Global_CA.crt, mozilla/GeoTrust_Primary_Certification_Authority.crt, mozilla/GeoTrust_Universal_CA_2.crt, mozilla/GeoTrust_Universal_CA.crt, mozilla/GlobalSign_Root_CA.crt, mozilla/GlobalSign_Root_CA_-_R2.crt, mozilla/Go_Daddy_Class_2_CA.crt, mozilla/GTE_CyberTrust_Global_Root.crt, mozilla/GTE_CyberTrust_Root_CA.crt, mozilla/IPS_Chained_CAs_root.crt, mozilla/IPS_CLASE1_root.crt, mozilla/IPS_CLASE3_root.crt, mozilla/IPS_CLASEA1_root.crt, mozilla/IPS_CLASEA3_root.crt, mozilla/IPS_Servidores_root.crt, mozilla/IPS_Timestamping_root.crt, mozilla/NetLock_Business_=Class_B=_Root.crt, mozilla/NetLock_Express_=Class_C=_Root.crt, mozilla/NetLock_Notary_=Class_A=_Root.crt, mozilla/NetLock_Qualified_=Class_QA=_Root.crt, mozilla/Network_Solutions_Certificate_Authority.crt, mozilla/QuoVadis_Root_CA_2.crt, mozilla/QuoVadis_Root_CA_3.crt, mozilla/QuoVadis_Root_CA.crt, mozilla/RSA_Root_Certificate_1.crt, mozilla/RSA_Security_1024_v3.crt, mozilla/RSA_Security_2048_v3.crt, mozilla/Secure_Global_CA.crt, mozilla/SecureTrust_CA.crt, mozilla/Security_Communication_Root_CA.crt, mozilla/Sonera_Class_1_Root_CA.crt, mozilla/Sonera_Class_2_Root_CA.crt, mozilla/Staat_der_Nederlanden_Root_CA.crt, mozilla/Starfield_Class_2_CA.crt, mozilla/StartCom_Certification_Authority.crt, mozilla/StartCom_Ltd..crt, mozilla/Swisscom_Root_CA_1.crt, mozilla/SwissSign_Gold_CA_-_G2.crt, mozilla/SwissSign_Platinum_CA_-_G2.crt, mozilla/SwissSign_Silver_CA_-_G2.crt, mozilla/Taiwan_GRCA.crt, mozilla/TC_TrustCenter__Germany__Class_2_CA.crt, mozilla/TC_TrustCenter__Germany__Class_3_CA.crt, mozilla/TDC_Internet_Root_CA.crt, mozilla/TDC_OCES_Root_CA.crt, mozilla/Thawte_Personal_Basic_CA.crt, mozilla/Thawte_Personal_Freemail_CA.crt, mozilla/Thawte_Personal_Premium_CA.crt, mozilla/Thawte_Premium_Server_CA.crt, mozilla/thawte_Primary_Root_CA.crt, mozilla/Thawte_Server_CA.crt, mozilla/Thawte_Time_Stamping_CA.crt, mozilla/TURKTRUST_Certificate_Services_Provider_Root_1.crt, mozilla/TURKTRUST_Certificate_Services_Provider_Root_2.crt, mozilla/UTN_DATACorp_SGC_Root_CA.crt, mozilla/UTN_USERFirst_Email_Root_CA.crt, mozilla/UTN_USERFirst_Hardware_Root_CA.crt, mozilla/UTN-USER_First-Network_Applications.crt, mozilla/ValiCert_Class_1_VA.crt, mozilla/ValiCert_Class_2_VA.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.crt, mozilla/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.crt, mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_RSA_Secure_Server_CA.crt, mozilla/Verisign_Time_Stamping_Authority_CA.crt, mozilla/Visa_eCommerce_Root.crt, mozilla/Visa_International_Global_Root_2.crt, mozilla/Wells_Fargo_Root_CA.crt, mozilla/WellsSecure_Public_Root_Certificate_Authority.crt, mozilla/XRamp_Global_CA_Root.crt, signet.pl/signet_ca1_pem.crt, signet.pl/signet_ca2_pem.crt, signet.pl/signet_ca3_pem.crt, signet.pl/signet_ocspklasa2_pem.crt, signet.pl/signet_ocspklasa3_pem.crt, signet.pl/signet_pca2_pem.crt, signet.pl/signet_pca3_pem.crt, signet.pl/signet_rootca_pem.crt, signet.pl/signet_tsa1_pem.crt, spi-inc.org/spi-ca-2003.crt, spi-inc.org/spi-cacert-2008.crt, telesec.de/deutsche-telekom-root-ca-2.crt +ca-certificates ca-certificates/enable_crts multiselect brasil.gov.br/brasil.gov.br.crt, cacert.org/cacert.org.crt, debconf.org/ca.crt, gouv.fr/cert_igca_dsa.crt, gouv.fr/cert_igca_rsa.crt, mozilla/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.crt, mozilla/AddTrust_External_Root.crt, mozilla/AddTrust_Low-Value_Services_Root.crt, mozilla/AddTrust_Public_Services_Root.crt, mozilla/AddTrust_Qualified_Certificates_Root.crt, mozilla/America_Online_Root_Certification_Authority_1.crt, mozilla/America_Online_Root_Certification_Authority_2.crt, mozilla/AOL_Time_Warner_Root_Certification_Authority_1.crt, mozilla/AOL_Time_Warner_Root_Certification_Authority_2.crt, mozilla/Baltimore_CyberTrust_Root.crt, mozilla/beTRUSTed_Root_CA-Baltimore_Implementation.crt, mozilla/beTRUSTed_Root_CA.crt, mozilla/beTRUSTed_Root_CA_-_Entrust_Implementation.crt, mozilla/beTRUSTed_Root_CA_-_RSA_Implementation.crt, mozilla/Camerfirma_Chambers_of_Commerce_Root.crt, mozilla/Camerfirma_Global_Chambersign_Root.crt, mozilla/Certplus_Class_2_Primary_CA.crt, mozilla/Certum_Root_CA.crt, mozilla/Comodo_AAA_Services_root.crt, mozilla/COMODO_Certification_Authority.crt, mozilla/COMODO_ECC_Certification_Authority.crt, mozilla/Comodo_Secure_Services_root.crt, mozilla/Comodo_Trusted_Services_root.crt, mozilla/DigiCert_Assured_ID_Root_CA.crt, mozilla/DigiCert_Global_Root_CA.crt, mozilla/DigiCert_High_Assurance_EV_Root_CA.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_1.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_2.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_3.crt, mozilla/Digital_Signature_Trust_Co._Global_CA_4.crt, mozilla/DST_ACES_CA_X6.crt, mozilla/DST_Root_CA_X3.crt, mozilla/Entrust.net_Global_Secure_Personal_CA.crt, mozilla/Entrust.net_Global_Secure_Server_CA.crt, mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt, mozilla/Entrust.net_Secure_Personal_CA.crt, mozilla/Entrust.net_Secure_Server_CA.crt, mozilla/Entrust_Root_Certification_Authority.crt, mozilla/Equifax_Secure_CA.crt, mozilla/Equifax_Secure_eBusiness_CA_1.crt, mozilla/Equifax_Secure_eBusiness_CA_2.crt, mozilla/Equifax_Secure_Global_eBusiness_CA.crt, mozilla/Firmaprofesional_Root_CA.crt, mozilla/GeoTrust_Global_CA_2.crt, mozilla/GeoTrust_Global_CA.crt, mozilla/GeoTrust_Primary_Certification_Authority.crt, mozilla/GeoTrust_Universal_CA_2.crt, mozilla/GeoTrust_Universal_CA.crt, mozilla/GlobalSign_Root_CA.crt, mozilla/GlobalSign_Root_CA_-_R2.crt, mozilla/Go_Daddy_Class_2_CA.crt, mozilla/GTE_CyberTrust_Global_Root.crt, mozilla/GTE_CyberTrust_Root_CA.crt, mozilla/IPS_Chained_CAs_root.crt, mozilla/IPS_CLASE1_root.crt, mozilla/IPS_CLASE3_root.crt, mozilla/IPS_CLASEA1_root.crt, mozilla/IPS_CLASEA3_root.crt, mozilla/IPS_Servidores_root.crt, mozilla/IPS_Timestamping_root.crt, mozilla/NetLock_Business_=Class_B=_Root.crt, mozilla/NetLock_Express_=Class_C=_Root.crt, mozilla/NetLock_Notary_=Class_A=_Root.crt, mozilla/NetLock_Qualified_=Class_QA=_Root.crt, mozilla/Network_Solutions_Certificate_Authority.crt, mozilla/QuoVadis_Root_CA_2.crt, mozilla/QuoVadis_Root_CA_3.crt, mozilla/QuoVadis_Root_CA.crt, mozilla/RSA_Root_Certificate_1.crt, mozilla/RSA_Security_1024_v3.crt, mozilla/RSA_Security_2048_v3.crt, mozilla/Secure_Global_CA.crt, mozilla/SecureTrust_CA.crt, mozilla/Security_Communication_Root_CA.crt, mozilla/Sonera_Class_1_Root_CA.crt, mozilla/Sonera_Class_2_Root_CA.crt, mozilla/Staat_der_Nederlanden_Root_CA.crt, mozilla/Starfield_Class_2_CA.crt, mozilla/StartCom_Certification_Authority.crt, mozilla/StartCom_Ltd..crt, mozilla/Swisscom_Root_CA_1.crt, mozilla/SwissSign_Gold_CA_-_G2.crt, mozilla/SwissSign_Platinum_CA_-_G2.crt, mozilla/SwissSign_Silver_CA_-_G2.crt, mozilla/Taiwan_GRCA.crt, mozilla/TC_TrustCenter__Germany__Class_2_CA.crt, mozilla/TC_TrustCenter__Germany__Class_3_CA.crt, mozilla/TDC_Internet_Root_CA.crt, mozilla/TDC_OCES_Root_CA.crt, mozilla/Thawte_Personal_Basic_CA.crt, mozilla/Thawte_Personal_Freemail_CA.crt, mozilla/Thawte_Personal_Premium_CA.crt, mozilla/Thawte_Premium_Server_CA.crt, mozilla/thawte_Primary_Root_CA.crt, mozilla/Thawte_Server_CA.crt, mozilla/Thawte_Time_Stamping_CA.crt, mozilla/TURKTRUST_Certificate_Services_Provider_Root_1.crt, mozilla/TURKTRUST_Certificate_Services_Provider_Root_2.crt, mozilla/UTN_DATACorp_SGC_Root_CA.crt, mozilla/UTN_USERFirst_Email_Root_CA.crt, mozilla/UTN_USERFirst_Hardware_Root_CA.crt, mozilla/UTN-USER_First-Network_Applications.crt, mozilla/ValiCert_Class_1_VA.crt, mozilla/ValiCert_Class_2_VA.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.crt, mozilla/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.crt, mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.crt, mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.crt, mozilla/Verisign_RSA_Secure_Server_CA.crt, mozilla/Verisign_Time_Stamping_Authority_CA.crt, mozilla/Visa_eCommerce_Root.crt, mozilla/Visa_International_Global_Root_2.crt, mozilla/Wells_Fargo_Root_CA.crt, mozilla/WellsSecure_Public_Root_Certificate_Authority.crt, mozilla/XRamp_Global_CA_Root.crt, signet.pl/signet_ca1_pem.crt, signet.pl/signet_ca2_pem.crt, signet.pl/signet_ca3_pem.crt, signet.pl/signet_ocspklasa2_pem.crt, signet.pl/signet_ocspklasa3_pem.crt, signet.pl/signet_pca2_pem.crt, signet.pl/signet_pca3_pem.crt, signet.pl/signet_rootca_pem.crt, signet.pl/signet_tsa1_pem.crt, spi-inc.org/spi-ca-2003.crt, spi-inc.org/spi-cacert-2008.crt, telesec.de/deutsche-telekom-root-ca-2.crt +# Unable to migrate to dependency-based boot system +sysv-rc sysv-rc/unable-to-convert note +# Choose software to install: +# Choices: Graphical desktop environment, Web server, Print server, DNS server, File server, Mail server, SQL database, SSH server, Laptop, Standard system utilities +tasksel tasksel/first multiselect SSH server, Standard system utilities +# Time zone: +# Choices: GMT, GMT+0, GMT+1, GMT+10, GMT+11, GMT+12, GMT+2, GMT+3, GMT+4, GMT+5, GMT+6, GMT+7, GMT+8, GMT+9, GMT-0, GMT-1, GMT-10, GMT-11, GMT-12, GMT-13, GMT-14, GMT-2, GMT-3, GMT-4, GMT-5, GMT-6, GMT-7, GMT-8, GMT-9, GMT0, Greenwich, UCT, UTC, Universal, Zulu +tzdata tzdata/Zones/Etc select UTC +# Services to restart to make them use the new libraries: +libssl0.9.8 libssl0.9.8/restart-services string +# Other destinations for which mail is accepted: +exim4-config exim4/dc_other_hostnames string testkvm0.hcoop.net +# New certificates to activate: +# Choices: +ca-certificates ca-certificates/new_crts multiselect +# General type of mail configuration: +# Choices: internet site; mail is sent and received directly using SMTP, mail sent by smarthost; received via SMTP or fetchmail, mail sent by smarthost; no local mail, local delivery only; not on a network, no configuration at this time +exim4-config exim4/dc_eximconfig_configtype select local delivery only; not on a network +# Migrate legacy boot sequencing to dependency-based sequencing? +sysv-rc sysv-rc/convert-legacy boolean true +# Time zone: +# Choices: AST4, AST4ADT, CST6, CST6CDT, EST5, EST5EDT, HST10, MST7, MST7MDT, PST8, PST8PDT, YST9, YST9YDT +tzdata tzdata/Zones/SystemV select +# Do you want to risk killing active SSH sessions? +openssh-server ssh/use_old_init_script boolean true +# for internal use +keyboard-configuration keyboard-configuration/modelcode string pc105 +# Run Openafs client now and at boot? +openafs-client openafs-client/run-client boolean true +# Conflicts found in three-way merge +ucf ucf/conflicts_found error +# Your system allowed access without a password! +libpam-runtime libpam-runtime/you-had-no-auth error +# for internal use +krb5-config krb5-config/add_servers_realm string HCOOP.NET +# Keep current keyboard options in the configuration file? +keyboard-configuration keyboard-configuration/unsupported_config_options boolean true +# GRUB install devices: +# Choices: /dev/sda (32212 MB; QEMU_HARDDISK), - /dev/sda7 (24109 MB; /) +grub-pc grub-pc/install_devices multiselect /dev/disk/by-id/ata-QEMU_HARDDISK_QM00001 +# Automatically update rkhunter's file properties database? +rkhunter rkhunter/apt_autogen boolean true +# Font for the console: +# Choices: Fixed, Terminus, TerminusBold, TerminusBoldVGA, VGA, Do not change the boot/kernel font +console-setup console-setup/fontface47 select Fixed +# For internal use only +krb5-config krb5-config/read_conf boolean true +# Vulnerable host keys will be regenerated +openssh-server ssh/vulnerable_host_keys note +# Dynamically generate the contents of /afs? +openafs-client openafs-client/dynroot boolean true +# Keep the current keyboard layout in the configuration file? +keyboard-configuration keyboard-configuration/unsupported_config_layout boolean true +# Method to be used to display changes: +# Choices: pager, browser, xterm-pager, xterm-browser, gtk, text, mail, none +apt-listchanges apt-listchanges/frontend select pager +# Method for toggling between national and Latin mode: +# Choices: Caps Lock, Right Alt (AltGr), Right Control, Right Shift, Right Logo key, Menu key, Alt+Shift, Control+Shift, Control+Alt, Alt+Caps Lock, Left Control+Left Shift, Left Alt, Left Control, Left Shift, Left Logo key, Scroll Lock key, No toggling +keyboard-configuration keyboard-configuration/toggle select No toggling +# Remove GRUB 2 from /boot/grub? +grub-pc grub-pc/postrm_purge_boot_grub boolean false +# Font size: +# Choices: 13, 14, 15, 16, 18 +console-setup console-setup/fontsize-text47 select 16 +# Really leave the mail system unconfigured? +exim4-config exim4/no_config boolean true +# Encrypt authenticated traffic with AFS fileserver? +openafs-client openafs-client/crypt boolean true +# Username who gets mail for userids < 1000: +ssmtp ssmtp/root string postmaster +# AFS cell this workstation belongs to: +openafs-client openafs-client/thiscell string hcoop.net +# Compose key: +# Choices: No compose key, Right Alt (AltGr), Right Control, Right Logo key, Menu key, Left Logo key, Caps Lock +keyboard-configuration keyboard-configuration/compose select No compose key +# Country of origin for the keyboard: +# Choices: +keyboard-configuration keyboard-configuration/layout select +# Time zone: +# Choices: Longyearbyen +tzdata tzdata/Zones/Arctic select +# Failed to update disk device IDs +linux-base linux-base/disk-id-update-failed error +# Keymap to use: +# Choices: American English, Belarusian, Belgian, Brazilian (ABNT2 layout), Brazilian (EUA layout), British English, Bulgarian, Bulgarian (phonetic layout), Canadian French, Canadian Multilingual, Croatian, Czech, Danish, Dutch, Dvorak, Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Icelandic, Italian, Japanese, Kirghiz, Latin American, Latvian, Lithuanian, Macedonian, Norwegian, Polish, Portuguese, Romanian, Russian, Serbian (Cyrillic), Slovakian, Slovene, Spanish, Swedish, Swiss French, Swiss German, Thai, Turkish (F layout), Turkish (Q layout), Ukrainian +keyboard-configuration keyboard-configuration/xkb-keymap select us +# Keyboard layout: +# Choices: USA, USA - Alternative international (former us_intl), USA - Cherokee, USA - Classic Dvorak, USA - Colemak, USA - Dvorak, USA - Dvorak international, USA - Group toggle on multiply/divide key, USA - International (AltGr dead keys), USA - International (with dead keys), USA - Left handed Dvorak, USA - Macintosh, USA - Programmer Dvorak, USA - Right handed Dvorak, USA - Russian phonetic, USA - With EuroSign on 5, Other +keyboard-configuration keyboard-configuration/variant select USA +# Hide local mail name in outgoing mail? +exim4-config exim4/hide_mailname boolean +# Choose software to install: +# Choices: +tasksel tasksel/tasks multiselect +# Time zone: +# Choices: Apia, Auckland, Chatham, Chuuk, Easter, Efate, Enderbury, Fakaofo, Fiji, Funafuti, Galapagos, Gambier, Guadalcanal, Guam, Honolulu, Johnston, Kiritimati, Kosrae, Kwajalein, Majuro, Marquesas, Midway, Nauru, Niue, Norfolk, Noumea, Pago_Pago, Palau, Pitcairn, Pohnpei, Ponape, Port_Moresby, Rarotonga, Saipan, Samoa, Tahiti, Tarawa, Tongatapu, Truk, Wake, Wallis, Yap +tzdata tzdata/Zones/Pacific select +# Method for temporarily toggling between national and Latin input: +# Choices: No temporary switch, Both Logo keys, Right Alt (AltGr), Right Logo key, Left Alt, Left Logo key +keyboard-configuration keyboard-configuration/switch select No temporary switch +# Writing GRUB to boot device failed - try again? +grub-pc grub-pc/install_devices_failed_upgrade boolean true +# Encoding to use on the console: +# Choices: ARMSCII-8, CP1251, CP1255, CP1256, GEORGIAN-ACADEMY, GEORGIAN-PS, IBM1133, ISIRI-3342, ISO-8859-1, ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15, ISO-8859-16, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, KOI8-R, KOI8-U, TIS-620, UTF-8, VISCII +console-setup console-setup/charmap47 select UTF-8 +# Root and postmaster mail recipient: +exim4-config exim4/dc_postmaster string root0 +# Kerberos servers for your realm: +krb5-config krb5-config/kerberos_servers string +# IP address or host name of the outgoing smarthost: +exim4-config exim4/dc_smarthost string +# Username for your account: +user-setup-udeb passwd/username string root0 +# New host key mandatory +openssh-server ssh/encrypted_host_key_but_no_keygen note +# Packages to install: +# Choices: +discover discover/install_hw_packages multiselect +# Proceed with the udev upgrade despite the kernel incompatibility? +udev udev/new_kernel_needed boolean false +# Domains to relay mail for: +exim4-config exim4/dc_relay_domains string +# Time zone: +# Choices: Casey, Davis, DumontDUrville, Macquarie, Mawson, McMurdo, Palmer, Rothera, Syowa, Vostok +tzdata tzdata/Zones/Antarctica select +# Prompt for confirmation after displaying changes? +apt-listchanges apt-listchanges/confirm boolean false +# Keep default keyboard options ()? +keyboard-configuration keyboard-configuration/unsupported_options boolean true +# Do you want to upgrade glibc now? +libc6 glibc/upgrade boolean true +# Linux command line: +grub-pc grub2/linux_cmdline string +# Default Kerberos version 5 realm: +krb5-config krb5-config/default_realm string HCOOP.NET +# Ignore questions with a priority less than: +# Choices: critical, high, medium, low +debconf debconf/priority select low +# for internal use; can be preseeded +man-db man-db/auto-update boolean true +# Key to function as AltGr: +# Choices: The default for the keyboard layout, No AltGr key, Right Alt (AltGr), Right Control, Right Logo key, Menu key, Left Alt, Left Logo key, Keypad Enter key, Both Logo keys, Both Alt keys +keyboard-configuration keyboard-configuration/altgr select The default for the keyboard layout +# Continue without installing GRUB? +grub-pc grub-pc/install_devices_empty boolean false +# Changes displayed with APT: +# Choices: news, changelogs, both +apt-listchanges apt-listchanges/which select news +# Incompatible PAM profiles selected. +libpam-runtime libpam-runtime/conflicts error +# Default locale for the system environment: +# Choices: None, en_US.UTF-8 +locales locales/default_environment_locale select None +# Time zone: +# Choices: Amsterdam, Andorra, Athens, Belfast, Belgrade, Berlin, Bratislava, Brussels, Bucharest, Budapest, Chisinau, Copenhagen, Dublin, Gibraltar, Guernsey, Helsinki, Isle of Man, Istanbul, Jersey, Kaliningrad, Kiev, Lisbon, Ljubljana, London, Luxembourg, Madrid, Malta, Mariehamn, Minsk, Monaco, Moscow, Nicosia, Oslo, Paris, Podgorica, Prague, Riga, Rome, Samara, San Marino, Sarajevo, Simferopol, Skopje, Sofia, Stockholm, Tallinn, Tirane, Tiraspol, Uzhgorod, Vaduz, Vatican, Vienna, Vilnius, Volgograd, Warsaw, Zagreb, Zaporozhye, Zurich +tzdata tzdata/Zones/Europe select +# Boot loader configuration must be updated +linux-image-2.6.32-5-amd64 linux-image-2.6.32-5-amd64/postinst/ignoring-do-bootloader-2.6.32-5-amd64 error +# Machines to relay mail for: +exim4-config exim4/dc_relay_nets string +# Domain to masquerade as: +ssmtp ssmtp/rewritedomain string hcoop.net +# Remove undelivered messages in spool directory? +exim4-base exim4/purge_spool boolean false +# Configuration files still contain deprecated device names +linux-base linux-base/disk-id-manual error +# System mail name: +exim4-config exim4/mailname string testkvm0.hcoop.net +# Dummy template +d-i debian-installer/keymap string us +# Apply configuration changes to disk device IDs? +linux-base linux-base/disk-id-convert-plan-no-relabel boolean true +# Boot loader configuration check needed +linux-base linux-base/disk-id-manual-boot-loader error +# Use Control+Alt+Backspace to terminate the X server? +keyboard-configuration keyboard-configuration/ctrl_alt_bksp boolean false +# Visible domain name for local users: +exim4-config exim4/dc_readhost string +# Automatically overwrite config files? +ssmtp ssmtp/overwriteconfig boolean true +# Services to restart for GNU libc library upgrade: +libc6 glibc/restart-services string +# Reconfigure exim4-config instead of this package +exim4 exim4/drec error +# kFreeBSD default command line: +grub-pc grub2/kfreebsd_cmdline_default string quiet +# Reconfigure exim4-config instead of this package +exim4-base exim4-base/drec error +# Commit failed +etckeeper etckeeper/commit_failed error +# Split configuration into small files? +exim4-config exim4/use_split_config boolean false +# for internal use +console-setup console-setup/codesetcode string Lat15 +# Name to store in /etc/mailname: +ssmtp ssmtp/mailname string +# xscreensaver and xlockmore must be restarted before upgrading +libc6 glibc/disable-screensaver error +# Update disk device IDs in system configuration? +linux-base linux-base/disk-id-convert-auto boolean true +# Time zone: +# Choices: Abidjan, Accra, Addis_Ababa, Algiers, Asmara, Bamako, Bangui, Banjul, Bissau, Blantyre, Brazzaville, Bujumbura, Cairo, Casablanca, Ceuta, Conakry, Dakar, Dar_es_Salaam, Djibouti, Douala, El_Aaiun, Freetown, Gaborone, Harare, Johannesburg, Juba, Kampala, Khartoum, Kigali, Kinshasa, Lagos, Libreville, Lome, Luanda, Lubumbashi, Lusaka, Malabo, Maputo, Maseru, Mbabane, Mogadishu, Monrovia, Nairobi, Ndjamena, Niamey, Nouakchott, Ouagadougou, Porto-Novo, Sao_Tome, Timbuktu, Tripoli, Tunis, Windhoek +tzdata tzdata/Zones/Africa select +# for internal use only +d-i debian-installer/language string en +# Remove etckeeper repository and associated files? +etckeeper etckeeper/purge boolean true +# Should portmap be bound to the loopback address? +portmap portmap/loopback boolean false +# Delivery method for local mail: +# Choices: mbox format in /var/mail/, Maildir format in home directory +exim4-config exim4/dc_localdelivery select mbox format in /var/mail/ +# E-mail address(es) which will receive changes: +apt-listchanges apt-listchanges/email-address string root +# Writing GRUB to boot device failed - continue? +grub-pc grub-pc/install_devices_failed boolean false +# Keep default keyboard layout ()? +keyboard-configuration keyboard-configuration/unsupported_layout boolean true +# Boot loader may need to be upgraded +linux-base linux-base/do-bootloader-default-changed error +# Time zone: +# Choices: Adak, Anchorage, Anguilla, Antigua, Araguaina, Argentina/Buenos_Aires, Argentina/Catamarca, Argentina/Cordoba, Argentina/Jujuy, Argentina/La_Rioja, Argentina/Mendoza, Argentina/Rio_Gallegos, Argentina/Salta, Argentina/San_Juan, Argentina/San_Luis, Argentina/Tucuman, Argentina/Ushuaia, Aruba, Asuncion, Atikokan, Atka, Bahia, Bahia_Banderas, Barbados, Belem, Belize, Blanc-Sablon, Boa_Vista, Bogota, Boise, Cambridge_Bay, Campo_Grande, Cancun, Caracas, Cayenne, Cayman, Chicago, Chihuahua, Coral_Harbour, Costa_Rica, Cuiaba, Curacao, Danmarkshavn, Dawson, Dawson_Creek, Denver, Detroit, Dominica, Edmonton, Eirunepe, El_Salvador, Ensenada, Fortaleza, Glace_Bay, Godthab, Goose_Bay, Grand_Turk, Grenada, Guadeloupe, Guatemala, Guayaquil, Guyana, Halifax, Havana, Hermosillo, Indiana/Indianapolis, Indiana/Knox, Indiana/Marengo, Indiana/Petersburg, Indiana/Tell_City, Indiana/Vevay, Indiana/Vincennes, Indiana/Winamac, Inuvik, Iqaluit, Jamaica, Juneau, Kentucky/Louisville, Kentucky/Monticello, Kralendijk, La_Paz, Lima, Los_Angeles, Lower_Princes, Maceio, Managua, Manaus, Marigot, Martinique, Matamoros, Mazatlan, Menominee, Merida, Metlakatla, Mexico_City, Miquelon, Moncton, Monterrey, Montevideo, Montreal, Montserrat, Nassau, New_York, Nipigon, Nome, Noronha, North_Dakota/Beulah, North_Dakota/Center, North_Dakota/New_Salem, Ojinaga, Panama, Pangnirtung, Paramaribo, Phoenix, Port-au-Prince, Port_of_Spain, Porto_Acre, Porto_Velho, Puerto_Rico, Rainy_River, Rankin_Inlet, Recife, Regina, Resolute, Rio_Branco, Santa_Isabel, Santarem, Santiago, Santo_Domingo, Sao_Paulo, Scoresbysund, Shiprock, Sitka, St_Barthelemy, St_Johns, St_Kitts, St_Lucia, St_Thomas, St_Vincent, Swift_Current, Tegucigalpa, Thule, Thunder_Bay, Tijuana, Toronto, Tortola, Vancouver, Virgin, Whitehorse, Winnipeg, Yakutat, Yellowknife +tzdata tzdata/Zones/America select +# for internal use +keyboard-configuration keyboard-configuration/variantcode string +# Abort installation after depmod error? +linux-image-2.6.32-5-amd64 linux-image-2.6.32-5-amd64/postinst/depmod-error-initrd-2.6.32-5-amd64 boolean false +# Trust new certificates from certificate authorities? +# Choices: yes, no, ask +ca-certificates ca-certificates/trust_new_crts select yes +# Failure restarting some services for OpenSSL upgrade +libssl0.9.8 libssl0.9.8/restart-failed error +# Locales to be generated: +# Choices: All locales, aa_DJ ISO-8859-1, aa_DJ.UTF-8 UTF-8, aa_ER UTF-8, aa_ER@saaho UTF-8, aa_ET UTF-8, af_ZA ISO-8859-1, af_ZA.UTF-8 UTF-8, am_ET UTF-8, an_ES ISO-8859-15, an_ES.UTF-8 UTF-8, ar_AE ISO-8859-6, ar_AE.UTF-8 UTF-8, ar_BH ISO-8859-6, ar_BH.UTF-8 UTF-8, ar_DZ ISO-8859-6, ar_DZ.UTF-8 UTF-8, ar_EG ISO-8859-6, ar_EG.UTF-8 UTF-8, ar_IN UTF-8, ar_IQ ISO-8859-6, ar_IQ.UTF-8 UTF-8, ar_JO ISO-8859-6, ar_JO.UTF-8 UTF-8, ar_KW ISO-8859-6, ar_KW.UTF-8 UTF-8, ar_LB ISO-8859-6, ar_LB.UTF-8 UTF-8, ar_LY ISO-8859-6, ar_LY.UTF-8 UTF-8, ar_MA ISO-8859-6, ar_MA.UTF-8 UTF-8, ar_OM ISO-8859-6, ar_OM.UTF-8 UTF-8, ar_QA ISO-8859-6, ar_QA.UTF-8 UTF-8, ar_SA ISO-8859-6, ar_SA.UTF-8 UTF-8, ar_SD ISO-8859-6, ar_SD.UTF-8 UTF-8, ar_SY ISO-8859-6, ar_SY.UTF-8 UTF-8, ar_TN ISO-8859-6, ar_TN.UTF-8 UTF-8, ar_YE ISO-8859-6, ar_YE.UTF-8 UTF-8, as_IN.UTF-8 UTF-8, ast_ES ISO-8859-15, ast_ES.UTF-8 UTF-8, az_AZ.UTF-8 UTF-8, be_BY CP1251, be_BY.UTF-8 UTF-8, be_BY@latin UTF-8, ber_DZ UTF-8, ber_MA UTF-8, bg_BG CP1251, bg_BG.UTF-8 UTF-8, bn_BD UTF-8, bn_IN UTF-8, bo_CN UTF-8, bo_IN UTF-8, br_FR ISO-8859-1, br_FR.UTF-8 UTF-8, br_FR@euro ISO-8859-15, bs_BA ISO-8859-2, bs_BA.UTF-8 UTF-8, byn_ER UTF-8, ca_AD ISO-8859-15, ca_AD.UTF-8 UTF-8, ca_ES ISO-8859-1, ca_ES.UTF-8 UTF-8, ca_ES.UTF-8@valencia UTF-8, ca_ES@euro ISO-8859-15, ca_ES@valencia ISO-8859-15, ca_FR ISO-8859-15, ca_FR.UTF-8 UTF-8, ca_IT ISO-8859-15, ca_IT.UTF-8 UTF-8, crh_UA UTF-8, cs_CZ ISO-8859-2, cs_CZ.UTF-8 UTF-8, csb_PL UTF-8, cy_GB ISO-8859-14, cy_GB.UTF-8 UTF-8, da_DK ISO-8859-1, da_DK.UTF-8 UTF-8, de_AT ISO-8859-1, de_AT.UTF-8 UTF-8, de_AT@euro ISO-8859-15, de_BE ISO-8859-1, de_BE.UTF-8 UTF-8, de_BE@euro ISO-8859-15, de_CH ISO-8859-1, de_CH.UTF-8 UTF-8, de_DE ISO-8859-1, de_DE.UTF-8 UTF-8, de_DE@euro ISO-8859-15, de_LI.UTF-8 UTF-8, de_LU ISO-8859-1, de_LU.UTF-8 UTF-8, de_LU@euro ISO-8859-15, dv_MV UTF-8, dz_BT UTF-8, el_CY ISO-8859-7, el_CY.UTF-8 UTF-8, el_GR ISO-8859-7, el_GR.UTF-8 UTF-8, en_AG UTF-8, en_AU ISO-8859-1, en_AU.UTF-8 UTF-8, en_BW ISO-8859-1, en_BW.UTF-8 UTF-8, en_CA ISO-8859-1, en_CA.UTF-8 UTF-8, en_DK ISO-8859-1, en_DK.ISO-8859-15 ISO-8859-15, en_DK.UTF-8 UTF-8, en_GB ISO-8859-1, en_GB.ISO-8859-15 ISO-8859-15, en_GB.UTF-8 UTF-8, en_HK ISO-8859-1, en_HK.UTF-8 UTF-8, en_IE ISO-8859-1, en_IE.UTF-8 UTF-8, en_IE@euro ISO-8859-15, en_IN UTF-8, en_NG UTF-8, en_NZ ISO-8859-1, en_NZ.UTF-8 UTF-8, en_PH ISO-8859-1, en_PH.UTF-8 UTF-8, en_SG ISO-8859-1, en_SG.UTF-8 UTF-8, en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, en_US.UTF-8 UTF-8, en_ZA ISO-8859-1, en_ZA.UTF-8 UTF-8, en_ZW ISO-8859-1, en_ZW.UTF-8 UTF-8, eo ISO-8859-3, eo.UTF-8 UTF-8, es_AR ISO-8859-1, es_AR.UTF-8 UTF-8, es_BO ISO-8859-1, es_BO.UTF-8 UTF-8, es_CL ISO-8859-1, es_CL.UTF-8 UTF-8, es_CO ISO-8859-1, es_CO.UTF-8 UTF-8, es_CR ISO-8859-1, es_CR.UTF-8 UTF-8, es_DO ISO-8859-1, es_DO.UTF-8 UTF-8, es_EC ISO-8859-1, es_EC.UTF-8 UTF-8, es_ES ISO-8859-1, es_ES.UTF-8 UTF-8, es_ES@euro ISO-8859-15, es_GT ISO-8859-1, es_GT.UTF-8 UTF-8, es_HN ISO-8859-1, es_HN.UTF-8 UTF-8, es_MX ISO-8859-1, es_MX.UTF-8 UTF-8, es_NI ISO-8859-1, es_NI.UTF-8 UTF-8, es_PA ISO-8859-1, es_PA.UTF-8 UTF-8, es_PE ISO-8859-1, es_PE.UTF-8 UTF-8, es_PR ISO-8859-1, es_PR.UTF-8 UTF-8, es_PY ISO-8859-1, es_PY.UTF-8 UTF-8, es_SV ISO-8859-1, es_SV.UTF-8 UTF-8, es_US ISO-8859-1, es_US.UTF-8 UTF-8, es_UY ISO-8859-1, es_UY.UTF-8 UTF-8, es_VE ISO-8859-1, es_VE.UTF-8 UTF-8, et_EE ISO-8859-1, et_EE.ISO-8859-15 ISO-8859-15, et_EE.UTF-8 UTF-8, eu_ES ISO-8859-1, eu_ES.UTF-8 UTF-8, eu_ES@euro ISO-8859-15, eu_FR ISO-8859-1, eu_FR.UTF-8 UTF-8, eu_FR@euro ISO-8859-15, fa_IR UTF-8, fi_FI ISO-8859-1, fi_FI.UTF-8 UTF-8, fi_FI@euro ISO-8859-15, fil_PH UTF-8, fo_FO ISO-8859-1, fo_FO.UTF-8 UTF-8, fr_BE ISO-8859-1, fr_BE.UTF-8 UTF-8, fr_BE@euro ISO-8859-15, fr_CA ISO-8859-1, fr_CA.UTF-8 UTF-8, fr_CH ISO-8859-1, fr_CH.UTF-8 UTF-8, fr_FR ISO-8859-1, fr_FR.UTF-8 UTF-8, fr_FR@euro ISO-8859-15, fr_LU ISO-8859-1, fr_LU.UTF-8 UTF-8, fr_LU@euro ISO-8859-15, fur_IT UTF-8, fy_DE UTF-8, fy_NL UTF-8, ga_IE ISO-8859-1, ga_IE.UTF-8 UTF-8, ga_IE@euro ISO-8859-15, gd_GB ISO-8859-15, gd_GB.UTF-8 UTF-8, gez_ER UTF-8, gez_ER@abegede UTF-8, gez_ET UTF-8, gez_ET@abegede UTF-8, gl_ES ISO-8859-1, gl_ES.UTF-8 UTF-8, gl_ES@euro ISO-8859-15, gu_IN UTF-8, gv_GB ISO-8859-1, gv_GB.UTF-8 UTF-8, ha_NG UTF-8, he_IL ISO-8859-8, he_IL.UTF-8 UTF-8, hi_IN UTF-8, hne_IN UTF-8, hr_HR ISO-8859-2, hr_HR.UTF-8 UTF-8, hsb_DE ISO-8859-2, hsb_DE.UTF-8 UTF-8, ht_HT UTF-8, hu_HU ISO-8859-2, hu_HU.UTF-8 UTF-8, hy_AM UTF-8, hy_AM.ARMSCII-8 ARMSCII-8, ia UTF-8, id_ID ISO-8859-1, id_ID.UTF-8 UTF-8, ig_NG UTF-8, ik_CA UTF-8, is_IS ISO-8859-1, is_IS.UTF-8 UTF-8, it_CH ISO-8859-1, it_CH.UTF-8 UTF-8, it_IT ISO-8859-1, it_IT.UTF-8 UTF-8, it_IT@euro ISO-8859-15, iu_CA UTF-8, iw_IL ISO-8859-8, iw_IL.UTF-8 UTF-8, ja_JP.EUC-JP EUC-JP, ja_JP.UTF-8 UTF-8, ka_GE GEORGIAN-PS, ka_GE.UTF-8 UTF-8, kk_KZ PT154, kk_KZ RK1048, kk_KZ.UTF-8 UTF-8, kl_GL ISO-8859-1, kl_GL.UTF-8 UTF-8, km_KH UTF-8, kn_IN UTF-8, ko_KR.EUC-KR EUC-KR, ko_KR.UTF-8 UTF-8, ks_IN UTF-8, ks_IN@devanagari UTF-8, ku_TR ISO-8859-9, ku_TR.UTF-8 UTF-8, kw_GB ISO-8859-1, kw_GB.UTF-8 UTF-8, ky_KG UTF-8, lg_UG ISO-8859-10, lg_UG.UTF-8 UTF-8, li_BE UTF-8, li_NL UTF-8, lo_LA UTF-8, lt_LT ISO-8859-13, lt_LT.UTF-8 UTF-8, lv_LV ISO-8859-13, lv_LV.UTF-8 UTF-8, mai_IN UTF-8, mg_MG ISO-8859-15, mg_MG.UTF-8 UTF-8, mi_NZ ISO-8859-13, mi_NZ.UTF-8 UTF-8, mk_MK ISO-8859-5, mk_MK.UTF-8 UTF-8, ml_IN UTF-8, mn_MN UTF-8, mr_IN UTF-8, ms_MY ISO-8859-1, ms_MY.UTF-8 UTF-8, mt_MT ISO-8859-3, mt_MT.UTF-8 UTF-8, my_MM UTF-8, nan_TW@latin UTF-8, nb_NO ISO-8859-1, nb_NO.UTF-8 UTF-8, nds_DE UTF-8, nds_NL UTF-8, ne_NP UTF-8, nl_AW UTF-8, nl_BE ISO-8859-1, nl_BE.UTF-8 UTF-8, nl_BE@euro ISO-8859-15, nl_NL ISO-8859-1, nl_NL.UTF-8 UTF-8, nl_NL@euro ISO-8859-15, nn_NO ISO-8859-1, nn_NO.UTF-8 UTF-8, nr_ZA UTF-8, nso_ZA UTF-8, oc_FR ISO-8859-1, oc_FR.UTF-8 UTF-8, om_ET UTF-8, om_KE ISO-8859-1, om_KE.UTF-8 UTF-8, or_IN UTF-8, pa_IN UTF-8, pa_PK UTF-8, pap_AN UTF-8, pl_PL ISO-8859-2, pl_PL.UTF-8 UTF-8, ps_AF UTF-8, pt_BR ISO-8859-1, pt_BR.UTF-8 UTF-8, pt_PT ISO-8859-1, pt_PT.UTF-8 UTF-8, pt_PT@euro ISO-8859-15, ro_RO ISO-8859-2, ro_RO.UTF-8 UTF-8, ru_RU ISO-8859-5, ru_RU.CP1251 CP1251, ru_RU.KOI8-R KOI8-R, ru_RU.UTF-8 UTF-8, ru_UA KOI8-U, ru_UA.UTF-8 UTF-8, rw_RW UTF-8, sa_IN UTF-8, sc_IT UTF-8, sd_IN UTF-8, sd_IN@devanagari UTF-8, se_NO UTF-8, shs_CA UTF-8, si_LK UTF-8, sid_ET UTF-8, sk_SK ISO-8859-2, sk_SK.UTF-8 UTF-8, sl_SI ISO-8859-2, sl_SI.UTF-8 UTF-8, so_DJ ISO-8859-1, so_DJ.UTF-8 UTF-8, so_ET UTF-8, so_KE ISO-8859-1, so_KE.UTF-8 UTF-8, so_SO ISO-8859-1, so_SO.UTF-8 UTF-8, sq_AL ISO-8859-1, sq_AL.UTF-8 UTF-8, sr_ME UTF-8, sr_RS UTF-8, sr_RS@latin UTF-8, ss_ZA UTF-8, st_ZA ISO-8859-1, st_ZA.UTF-8 UTF-8, sv_FI ISO-8859-1, sv_FI.UTF-8 UTF-8, sv_FI@euro ISO-8859-15, sv_SE ISO-8859-1, sv_SE.ISO-8859-15 ISO-8859-15, sv_SE.UTF-8 UTF-8, ta_IN UTF-8, te_IN UTF-8, tg_TJ KOI8-T, tg_TJ.UTF-8 UTF-8, th_TH TIS-620, th_TH.UTF-8 UTF-8, ti_ER UTF-8, ti_ET UTF-8, tig_ER UTF-8, tk_TM UTF-8, tl_PH ISO-8859-1, tl_PH.UTF-8 UTF-8, tn_ZA UTF-8, tr_CY ISO-8859-9, tr_CY.UTF-8 UTF-8, tr_TR ISO-8859-9, tr_TR.UTF-8 UTF-8, ts_ZA UTF-8, tt_RU.UTF-8 UTF-8, tt_RU@iqtelif.UTF-8 UTF-8, ug_CN UTF-8, uk_UA KOI8-U, uk_UA.UTF-8 UTF-8, ur_PK UTF-8, uz_UZ ISO-8859-1, uz_UZ.UTF-8 UTF-8, uz_UZ@cyrillic UTF-8, ve_ZA UTF-8, vi_VN UTF-8, vi_VN.TCVN TCVN5712-1, wa_BE ISO-8859-1, wa_BE.UTF-8 UTF-8, wa_BE@euro ISO-8859-15, wo_SN UTF-8, xh_ZA ISO-8859-1, xh_ZA.UTF-8 UTF-8, yi_US CP1255, yi_US.UTF-8 UTF-8, yo_NG UTF-8, zh_CN GB2312, zh_CN.GB18030 GB18030, zh_CN.GBK GBK, zh_CN.UTF-8 UTF-8, zh_HK BIG5-HKSCS, zh_HK.UTF-8 UTF-8, zh_SG GB2312, zh_SG.GBK GBK, zh_SG.UTF-8 UTF-8, zh_TW BIG5, zh_TW.EUC-TW EUC-TW, zh_TW.UTF-8 UTF-8, zu_ZA ISO-8859-1, zu_ZA.UTF-8 UTF-8 +locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8 +# Keyboard model: +# Choices: A4Tech KB-21, A4Tech KBS-8, A4Tech Wireless Desktop RFKB-23, Acer AirKey V, Acer C300, Acer Ferrari 4000, Acer Laptop, ACPI Standard, Advance Scorpius KI, Amiga, Apple, Apple Laptop, Asus Laptop, Atari TT, Azona RF2300 wireless Internet Keyboard, BenQ X-Touch, BenQ X-Touch 730, BenQ X-Touch 800, Brother Internet Keyboard, BTC 5090, BTC 5113RF Multimedia, BTC 5126T, BTC 6301URF, BTC 9000, BTC 9000A, BTC 9001AH, BTC 9019U, BTC 9116U Mini Wireless Internet and Gaming, Cherry Blue Line CyBo@rd, Cherry Blue Line CyBo@rd (alternate option), Cherry B.UNLIMITED, Cherry CyBo@rd USB-Hub, Cherry CyMotion Expert, Cherry CyMotion Master Linux, Cherry CyMotion Master XPress, Chicony Internet Keyboard, Chicony KB-9885, Chicony KU-0108, Chicony KU-0420, Classmate PC, Compaq Easy Access Keyboard, Compaq Internet Keyboard (13 keys), Compaq Internet Keyboard (18 keys), Compaq Internet Keyboard (7 keys), Compaq iPaq Keyboard, Creative Desktop Wireless 7000, Dell, Dell 101-key PC, Dell Laptop/notebook Inspiron 6xxx/8xxx, Dell Laptop/notebook Precision M series, Dell Latitude series laptop, Dell Precision M65, Dell SK-8125, Dell SK-8135, Dell USB Multimedia Keyboard, Dexxa Wireless Desktop Keyboard, Diamond 9801 / 9802 series, DTK2000, Ennyah DKB-1008, Evdev-managed keyboard, Everex STEPnote, FL90, Fujitsu-Siemens Computers AMILO laptop, Generic 101-key PC, Generic 102-key (Intl) PC, Generic 104-key PC, Generic 105-key (Intl) PC, Genius Comfy KB-12e, Genius Comfy KB-16M / Genius MM Keyboard KWD-910, Genius Comfy KB-21e-Scroll, Genius KB-19e NB, Genius KKB-2050HS, Gyration, Happy Hacking Keyboard, Happy Hacking Keyboard for Mac, Hewlett-Packard Internet Keyboard, Hewlett-Packard Mini 110 Notebook, Hewlett-Packard nx9020, Hewlett-Packard Omnibook 500 FA, Hewlett-Packard Omnibook 5xx, Hewlett-Packard Omnibook 6000/6100, Hewlett-Packard Omnibook XE3 GC, Hewlett-Packard Omnibook XE3 GF, Hewlett-Packard Omnibook XT1000, Hewlett-Packard Pavilion dv5, Hewlett-Packard Pavilion ZT11xx, Hewlett-Packard SK-250x Multimedia Keyboard, Honeywell Euroboard, IBM Rapid Access, IBM Rapid Access II, IBM Space Saver, IBM ThinkPad 560Z/600/600E/A22E, IBM ThinkPad R60/T60/R61/T61, IBM ThinkPad Z60m/Z60t/Z61m/Z61t, Keytronic FlexPro, Laptop/notebook Compaq (eg. Armada) Laptop Keyboard, Laptop/notebook Compaq (eg. Presario) Internet Keyboard, Laptop/notebook eMachines m68xx, Logitech Access Keyboard, Logitech Cordless Desktop, Logitech Cordless Desktop (alternate option), Logitech Cordless Desktop EX110, Logitech Cordless Desktop iTouch, Logitech Cordless Desktop LX-300, Logitech Cordless Desktop Navigator, Logitech Cordless Desktop Optical, Logitech Cordless Desktop Pro (alternate option 2), Logitech Cordless Freedom/Desktop Navigator, Logitech diNovo Edge Keyboard, Logitech diNovo Keyboard, Logitech G15 extra keys via G15daemon, Logitech Generic Keyboard, Logitech Internet 350 Keyboard, Logitech Internet Keyboard, Logitech Internet Navigator Keyboard, Logitech iTouch, Logitech iTouch Cordless Keyboard (model Y-RB6), Logitech iTouch Internet Navigator Keyboard SE, Logitech iTouch Internet Navigator Keyboard SE (USB), Logitech Media Elite Keyboard, Logitech Ultra-X Cordless Media Desktop Keyboard, Logitech Ultra-X Keyboard, MacBook/MacBook Pro, MacBook/MacBook Pro (Intl), Macintosh, Macintosh Old, Memorex MX1998, Memorex MX2500 EZ-Access Keyboard, Memorex MX2750, Microsoft Comfort Curve Keyboard 2000, Microsoft Internet Keyboard, Microsoft Internet Keyboard Pro\, Swedish, Microsoft Natural, Microsoft Natural Keyboard Elite, Microsoft Natural Keyboard Pro OEM, Microsoft Natural Keyboard Pro / Microsoft Internet Keyboard Pro, Microsoft Natural Keyboard Pro USB / Microsoft Internet Keyboard Pro, Microsoft Natural Wireless Ergonomic Keyboard 7000, Microsoft Office Keyboard, Microsoft Wireless Multimedia Keyboard 1.0A, Northgate OmniKey 101, OLPC, Ortek MCK-800 MM/Internet keyboard, PC-98xx Series, Propeller Voyager (KTEZ-1000), QTronix Scorpius 98N+, Samsung SDM 4500P, Samsung SDM 4510P, SILVERCREST Multimedia Wireless Keyboard, SK-1300, SK-2500, SK-6200, SK-7100, Sun Type 4, Sun Type 5, Sun Type 5/6, Super Power Multimedia Keyboard, SVEN Ergonomic 2500, SVEN Slim 303, Symplon PaceBook (tablet PC), Targa Visionary 811, Toshiba Satellite S3000, Trust Direct Access Keyboard, Trust Slimline, Trust Wireless Keyboard Classic, TypeMatrix EZ-Reach 2020, TypeMatrix EZ-Reach 2030 PS2, TypeMatrix EZ-Reach 2030 USB, TypeMatrix EZ-Reach 2030 USB (102/105:EU mode), TypeMatrix EZ-Reach 2030 USB (106:JP mode), Unitek KB-1925, ViewSonic KU-306 Internet Keyboard, Winbook Model XP5, Yahoo! Internet Keyboard +keyboard-configuration keyboard-configuration/model select Generic 105-key (Intl) PC +# Display manager must be restarted manually +libpam0g libpam0g/xdm-needs-restart error +# Should man and mandb be installed 'setuid man'? +man-db man-db/install-setuid boolean false +# Size of AFS cache in kB: +openafs-client openafs-client/cachesize string 500000 +# Failure restarting some services for GNU libc upgrade +libc6 glibc/restart-failed error +# Use fakestat to avoid hangs when listing /afs? +openafs-client openafs-client/fakestat boolean true +# DB server host names for your home cell: +openafs-client openafs-client/cell-info string +# Line by line differences between versions +ucf ucf/show_diff note +# Apply configuration changes to disk device IDs? +linux-base linux-base/disk-id-convert-plan boolean true +# Use dash as the default system shell (/bin/sh)? +dash dash/sh boolean true +# Reboot needed after this upgrade +udev udev/reboot_needed error +# for internal use; can be preseeded +d-i debian-installer/country string US +# Abort kernel removal? +linux-image-2.6.32-5-amd64 linux-image-2.6.32-5-amd64/prerm/removing-running-kernel-2.6.32-5-amd64 boolean true +# Activate daily run of rkhunter? +rkhunter rkhunter/cron_daily_run boolean true +# Activate weekly update of rkhunter's databases? +rkhunter rkhunter/cron_db_update boolean true +# for internal use +keyboard-configuration keyboard-configuration/layoutcode string us +# GRUB install devices: +# Choices: +grub-pc grub-pc/install_devices_disks_changed multiselect +# Linux default command line: +grub-pc grub2/linux_cmdline_default string quiet +# Failure restarting some services for PAM upgrade +libpam0g libpam0g/restart-failed error +# Look up AFS cells in DNS? +openafs-client openafs-client/afsdb boolean true +# Disable challenge-response authentication? +openssh-server ssh/disable_cr_auth boolean false +# Chainload from menu.lst? +grub-pc grub-pc/chainload_from_menu.lst boolean true +# Geographic area: +# Choices: Africa, America, Antarctica, Australia, Arctic, Asia, Atlantic, Europe, Indian, Pacific, SystemV, US, Etc +tzdata tzdata/Areas select Etc +# for internal use +console-setup console-setup/store_defaults_in_debconf_db boolean true +# IP-addresses to listen on for incoming SMTP connections: +exim4-config exim4/dc_local_interfaces string 127.0.0.1 ; ::1 +# Should apt-listchanges skip changes that have already been seen? +apt-listchanges apt-listchanges/save-seen boolean true +# Remote SMTP port number: +ssmtp ssmtp/port string 25 +# The running kernel has incompatible options enabled +udev udev/sysfs_deprecated_incompatibility error +# Name of your mailhub: +ssmtp ssmtp/mailhub string mail +# Font size: +# Choices: +console-setup console-setup/fontsize-fb47 select 16 +# Should debsums files be generated automatically by apt-get? +debsums debsums/apt-autogen boolean true +# for internal use +keyboard-configuration keyboard-configuration/store_defaults_in_debconf_db boolean true +# Add locations of default Kerberos servers to /etc/krb5.conf? +krb5-config krb5-config/add_servers boolean false +# Required firmware files may be missing +linux-image-2.6.32-5-amd64 linux-image-2.6.32-5-amd64/postinst/missing-firmware-2.6.32-5-amd64 note +# Time zone: +# Choices: Azores, Bermuda, Canary, Cape Verde, Faroe, Jan Mayen, Madeira, Reykjavik, South Georgia, St. Helena, Stanley +tzdata tzdata/Zones/Atlantic select +# The desktop environment to install when the desktop task is selected +# Choices: gnome, kde, xfce +tasksel tasksel/desktop multiselect gnome +# Allow override of From: line in email header? +ssmtp ssmtp/fromoverride boolean false +# Keep number of DNS-queries minimal (Dial-on-Demand)? +exim4-config exim4/dc_minimaldns boolean false +# Administrative server for your Kerberos realm: +krb5-config krb5-config/admin_server string +# Finish conversion to GRUB 2 now? +grub-pc grub-pc/mixed_legacy_and_grub2 boolean true +# What do you want to do about modified configuration file ? +# Choices: install the package maintainer's version, keep the local version currently installed, show the differences between the versions, show a side-by-side difference between the versions, show a 3-way difference between available versions, do a 3-way merge between available versions (experimental), start a new shell to examine the situation +ucf ucf/changeprompt_threeway select keep_current +# xscreensaver and xlockmore must be restarted before upgrading +libpam-modules libpam-modules/disable-screensaver error +# for internal use +keyboard-configuration keyboard-configuration/optionscode string +# for internal use +console-setup console-setup/fontsize string 16 +# No PAM profiles have been selected. +libpam-runtime libpam-runtime/no_profiles_chosen error +# Time zone: +# Choices: Antananarivo, Chagos, Christmas, Cocos, Comoro, Kerguelen, Mahe, Maldives, Mauritius, Mayotte, Reunion +tzdata tzdata/Zones/Indian select