2021-11-04 00:01:31
This commit is contained in:
@@ -1,25 +1,18 @@
|
|||||||
#_preseed_V1
|
#_preseed_V1
|
||||||
d-i debconf/priority high
|
|
||||||
#### Contents of the preconfiguration file (for bullseye)
|
#### Contents of the preconfiguration file (for bullseye)
|
||||||
### Localization
|
### Localization
|
||||||
# Preseeding only locale sets language, country and locale.
|
# Preseeding only locale sets language, country and locale.
|
||||||
d-i debian-installer/locale string en_US
|
d-i debian-installer/locale string en_US
|
||||||
d-i debian-installer/locale seen false
|
|
||||||
|
|
||||||
# The values can also be preseeded individually for greater flexibility.
|
# The values can also be preseeded individually for greater flexibility.
|
||||||
d-i debian-installer/language string en
|
d-i debian-installer/language string en
|
||||||
d-i debian-installer/language seen false
|
|
||||||
d-i debian-installer/country string CH
|
d-i debian-installer/country string CH
|
||||||
d-i debian-installer/country seen false
|
|
||||||
d-i debian-installer/locale string en_US.UTF-8
|
d-i debian-installer/locale string en_US.UTF-8
|
||||||
d-i debian-installer/locale seen false
|
|
||||||
# Optionally specify additional locales to be generated.
|
# Optionally specify additional locales to be generated.
|
||||||
d-i localechooser/supported-locales multiselect en_US.UTF-8, C.UTF-8, fr_CH.UTF-8
|
d-i localechooser/supported-locales multiselect en_US.UTF-8, C.UTF-8, fr_CH.UTF-8
|
||||||
d-i localechooser/supported-locales seen false
|
|
||||||
|
|
||||||
# Keyboard selection.
|
# Keyboard selection.
|
||||||
d-i keyboard-configuration/xkb-keymap select us
|
d-i keyboard-configuration/xkb-keymap select us
|
||||||
d-i keyboard-configuration/xkb-keymap seen false
|
|
||||||
# d-i keyboard-configuration/toggle select No toggling
|
# d-i keyboard-configuration/toggle select No toggling
|
||||||
|
|
||||||
### Network configuration
|
### Network configuration
|
||||||
@@ -80,9 +73,7 @@ d-i netcfg/get_domain string unassigned-domain
|
|||||||
# server returns or what the reverse DNS entry for the IP is, uncomment
|
# server returns or what the reverse DNS entry for the IP is, uncomment
|
||||||
# and adjust the following line.
|
# and adjust the following line.
|
||||||
d-i netcfg/hostname string gbaconni42
|
d-i netcfg/hostname string gbaconni42
|
||||||
d-i netcfg/hostname seen false
|
|
||||||
d-i netcfg/domain string 42lausanne.ch
|
d-i netcfg/domain string 42lausanne.ch
|
||||||
d-i netcfg/domain seen false
|
|
||||||
|
|
||||||
# Disable that annoying WEP key dialog.
|
# Disable that annoying WEP key dialog.
|
||||||
d-i netcfg/wireless_wep string
|
d-i netcfg/wireless_wep string
|
||||||
|
|||||||
Reference in New Issue
Block a user