14 lines
830 B
INI
14 lines
830 B
INI
# Only relevant when ENABLE_INSTALLER="true" in build-thin-client-iso.sh (off by
|
|
# default — the normal path is live-boot straight into Sway, no disk install at all).
|
|
#
|
|
# live-build auto-includes config/preseed.cfg into the debian-installer's preseed when
|
|
# --debian-installer is not "none". VERIFY: this is live-build's documented mechanism
|
|
# for this, but has not been exercised — if ENABLE_INSTALLER is ever turned on, confirm
|
|
# the installer's keyboard step actually shows "German" pre-selected rather than
|
|
# falling back to its own default.
|
|
#
|
|
# No "keyboard-configuration/xkb-keymap seen true" line on purpose: this preseeds the
|
|
# *default* answer, it does not skip the question, so whoever runs the installer can
|
|
# still pick a different layout for this specific machine.
|
|
d-i keyboard-configuration/xkb-keymap select de
|