I'm trying to automatically install debian using a preseed file. However, there is one piece of information, that should be entered manually, which is the hostname.
To ensure that the hostname can be entered without problems, the correct keyboard layout should be loaded by the installer.
Setting the keymap in the preseed config with d-i keyboard-configuration/xkb-keymap select de
generally works fine. Unfortunately, the preseed file is only loaded after the hostname question. Therefore configuring this in the preseed config has no effect. The keyboard layout somehow needs be set via a kernel cmdline paramter.
Unfortunately, simply using keyboard-configuration/xkb-keymap=de
did not work.
Which kernel cmdline paramater can I use to automatically set the keyboard layout, so that it is set correctly during the hostname question (before loading the preseed file)?