Sunday, May 5, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2270  / 2 Years ago, sat, april 9, 2022, 6:52:33

I am creating a preseeding file for an automatic ubuntu 11.10 installation and I am having problems setting up the keyboard configuration. I need the keyboard to be configured as abnt2 so I added this to the file:



# Keyboard selection.
# Disable automatic (interactive) keymap detection.
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/layoutcode string br
d-i keyboard-configuration/modelcode abnt2


But the keyboard is set as us. And the first time I log into the new installation I get an "incomplete language support error".



What is the correct way of setting up an abnt2 keyboard layout?


More From » installation

 Answers
5

AFAIK you need all of



d-i     keyboard-configuration/variant select English (US)
d-i console-keymaps-at/keymap select us
d-i keyboard-configuration/xkb-keymap select us


and possibly



console-setup/ask_detect=false console-setup/layoutcode=us keyboard-configuration/xkb-keymap=us


on your append line of txt.cfg (or whatever isolinux config)


[#41366] Saturday, April 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
uestred

Total Points: 464
Total Questions: 104
Total Answers: 112

Location: Israel
Member since Wed, Apr 14, 2021
3 Years ago
uestred questions
;