|
|
@@ -1,20 +1,19 @@ |
|
|
|
d-i partman/early_command \ |
|
|
|
string debconf-set partman-auto/disk "$(list-devices disk | head -n1)" |
|
|
|
|
|
|
|
#### Contents of the preconfiguration file (for stretch) |
|
|
|
#### Contents of the preconfiguration file (for buster) |
|
|
|
### Localization |
|
|
|
# Preseeding only locale sets language, country and locale. |
|
|
|
d-i debian-installer/locale string fr_FR.UTF-8 |
|
|
|
|
|
|
|
# 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 |
|
|
|
# d-i debian-installer/language string fr |
|
|
|
# d-i debian-installer/country string FR |
|
|
|
# Optionally specify additional locales to be generated. |
|
|
|
d-i localechooser/supported-locales multiselect fr_FR.UTF-8, en_US.UTF-8 |
|
|
|
|
|
|
|
# Keyboard selection. |
|
|
|
d-i keyboard-configuration/xkb-keymap select fr |
|
|
|
d-i keyboard-configuration/xkb-keymap select fr(latin9) |
|
|
|
# d-i keyboard-configuration/toggle select No toggling |
|
|
|
|
|
|
|
### Network configuration |
|
|
@@ -28,7 +27,7 @@ d-i keyboard-configuration/xkb-keymap select fr |
|
|
|
d-i netcfg/choose_interface select auto |
|
|
|
|
|
|
|
# To pick a particular interface instead: |
|
|
|
#d-i netcfg/choose_interface select eth1 |
|
|
|
# d-i netcfg/choose_interface select ens3 |
|
|
|
|
|
|
|
# To set a different link detection timeout (default is 3 seconds). |
|
|
|
# Values are interpreted as seconds. |
|
|
@@ -97,9 +96,9 @@ d-i netcfg/wireless_wep string |
|
|
|
|
|
|
|
### Mirror settings |
|
|
|
# If you select ftp, the mirror/country string does not need to be set. |
|
|
|
#d-i mirror/protocol string https |
|
|
|
#d-i mirror/protocol string ftp |
|
|
|
d-i mirror/country string manual |
|
|
|
d-i mirror/http/hostname string deb.debian.org |
|
|
|
d-i mirror/http/hostname string http.us.debian.org |
|
|
|
d-i mirror/http/directory string /debian |
|
|
|
d-i mirror/http/proxy string |
|
|
|
|
|
|
@@ -227,7 +226,6 @@ d-i partman/mount_style select traditional |
|
|
|
# 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 |
|
|
|
d-i base-installer/install-recommends boolean false |
|
|
|
|
|
|
|
# The kernel image (meta) package to be installed; "none" can be used if no |
|
|
@@ -278,7 +276,7 @@ tasksel tasksel/first multiselect SSH server |
|
|
|
# We need at least these to continue the preseeding later on. |
|
|
|
# Provide also haveged so we (hopefully) have more entropy when our VM starts |
|
|
|
# for the first time. |
|
|
|
d-i pkgsel/include string haveged openssh-server sudo |
|
|
|
d-i pkgsel/include string haveged openssh-server sudo python3 |
|
|
|
|
|
|
|
# Whether to upgrade packages after debootstrap. |
|
|
|
# Allowed values: none, safe-upgrade, full-upgrade |
|
|
@@ -289,7 +287,6 @@ d-i pkgsel/upgrade select full-upgrade |
|
|
|
# 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 |
|
|
|
popularity-contest popularity-contest/participate boolean false |
|
|
|
|
|
|
|
### Boot loader installation |
|
|
|