96 lines
3.3 KiB
INI
96 lines
3.3 KiB
INI
|
d-i debian-installer/language string en
|
||
|
d-i debian-installer/country string NL
|
||
|
d-i debian-installer/locale string en_GB.UTF-8
|
||
|
|
||
|
d-i keyboard-configuration/xkb-keymap select de
|
||
|
|
||
|
d-i netcfg/choose_interface select auto
|
||
|
|
||
|
d-i netcfg/get_hostname string {{ inventory_hostname }}
|
||
|
d-i netcfg/get_domain string ffmwu.org
|
||
|
|
||
|
d-i mirror/country string manual
|
||
|
d-i mirror/http/hostname string ftp.de.debian.org
|
||
|
d-i mirror/http/directory string /debian
|
||
|
d-i mirror/http/proxy string
|
||
|
|
||
|
d-i passwd/root-login boolean false
|
||
|
d-i passwd/user-fullname string Debian User
|
||
|
d-i passwd/username string hein
|
||
|
d-i passwd/user-password password bloed
|
||
|
d-i passwd/user-password-again password bloed
|
||
|
#d-i passwd/user-password-crypted password [MD5 hash]
|
||
|
|
||
|
d-i clock-setup/utc boolean true
|
||
|
|
||
|
d-i time/zone string Europe/Amsterdam
|
||
|
|
||
|
d-i clock-setup/ntp boolean true
|
||
|
|
||
|
d-i partman-auto/disk string /dev/vda
|
||
|
d-i partman-auto/method string regular
|
||
|
|
||
|
d-i partman-auto/choose_recipe select atomic
|
||
|
|
||
|
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
|
||
|
|
||
|
### 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, updates
|
||
|
#d-i apt-setup/security_host string security.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
|
||
|
|
||
|
# Uncomment this to add multiarch configuration for i386
|
||
|
#d-i apt-setup/multiarch string i386
|
||
|
|
||
|
tasksel tasksel/first multiselect standard, web-server
|
||
|
|
||
|
d-i pkgsel/include string openssh-server build-essential
|
||
|
d-i pkgsel/upgrade select safe-upgrade
|
||
|
|
||
|
popularity-contest popularity-contest/participate boolean false
|
||
|
|
||
|
d-i grub-installer/only_debian boolean true
|
||
|
d-i grub-installer/with_other_os boolean true
|
||
|
|
||
|
d-i grub-installer/bootdev string /dev/vda
|
||
|
|
||
|
d-i finish-install/keep-consoles boolean true
|
||
|
|
||
|
d-i finish-install/reboot_in_progress note
|
||
|
|
||
|
#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
|