Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Live Build : skip keyboard's selection

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
otyugh
Posts: 49
Joined: 2014-06-17 23:11
Been thanked: 1 time

Live Build : skip keyboard's selection

#1 Post by otyugh »

Hey,
I'm looking around preseed and kernel's argument to skip the keyboard's selection. Could you help me ?

I tried the following with no avail :
Kernel side :

Code: Select all

locale=fr_FR.UTF-8 keyboard-layout=fr
#this didn't help at all too : keyboard-model=pc105 keyboard-layouts=fr keyboard-variant=latin9
Preseed side :

Code: Select all

d-i keyboard-configuration/xkb-keymap select fr(latin9)
d-i keyboard-configuration/toggle select No toggling

d-i debian-installer/keymap string fr-latin9
d-i debian-installer/locale string fr_FR.UTF-8
d-i debian-installer/language string fr
d-i debian-installer/country string FR
d-i localechooser/supported-locales multiselect fr_FR.UTF-8
I don't find what I'm missing :x

otyugh
Posts: 49
Joined: 2014-06-17 23:11
Been thanked: 1 time

Re: Live Build : skip keyboard's selection

#2 Post by otyugh »

I tried harder with the following :
d-i keyboard-configuration/layoutcode string fr
keyboard-configuration keyboard-configuration/layoutcode string fr
d-i keyboard-configuration/xkb-keymap select fr(latin9)
d-i keyboard-configuration/toggle select No toggling
d-i keyboard-configuration/model select PC générique 105 touches (intl)
keyboard-configuration keyboard-configuration/model select PC générique 105 touches (intl)
d-i keyboard-configuration/altgr select The default for the keyboard layout
keyboard-configuration keyboard-configuration/altgr select The default for the keyboard layout
d-i keyboard-configuration/variantcode string latin9
keyboard-configuration keyboard-configuration/variantcode string latin9
And... Nope. Still not it.

Post Reply