2021-11-03 23:56:12
This commit is contained in:
@@ -4,16 +4,22 @@ d-i debconf/priority high
|
|||||||
### 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
|
||||||
|
|||||||
Reference in New Issue
Block a user