Ubuntu 16.04 keyboard configuration

Hello,

I'm trying to install Ubuntu 16.04 over PXE but the keyboard configuration
is configured to us after the installation is finished.
Which parameter do I need to set in the host configuration to have german
keyboard?

Regards - Willi

Any ideas?

I believe you need to set this in a template associated with the host's
OS/hostgroup/environment. I ran across this foreman template for Ubuntu
12.04, which appears to be setting the keymap and lang to German:

Note that it is 4 years old, so the parameters may be slightly different.

Hopefully this is helpful.

Andrew Kofink

Software Engineering Intern
Red Hat Satellite 6
akofink@redhat.com

··· On Tue, May 31, 2016 at 10:16 AM, 'Willi Fehler' via Foreman users < foreman-users@googlegroups.com> wrote:

Any ideas?


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Hi

> Any ideas?
[…]

Can you provide some more details how exactly you try to install Ubuntu 16.04?
Are you using a preseed file to automate the installation?

Within a preseed file you can use the following parameters to answer keyboard
related settings [1][2]:

d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/layoutcode string ch

In addition you can define many different settings as kernel parameters [3].

[1] https://help.ubuntu.com/lts/installation-guide/amd64/apbs04.html
[2] https://help.ubuntu.com/lts/installation-guide/example-preseed.txt
[3] https://help.ubuntu.com/lts/installation-guide/amd64/apbs02.html

Cheers

Michael

··· On Tue, 31 May 2016 07:16:02 -0700 (PDT) "'Willi Fehler' via Foreman users" wrote: