Le 10/01/2015 00:16, [email protected] a écrit :
> Le 09-01-2015 19:06, Armin K. a écrit :
> 
>> On 01/09/2015 11:20 PM, [email protected] 
>> <mailto:[email protected]>wrote:
>>> Le 09-01-2015 17:57, Bruce Dubbs a écrit :
>>>> [email protected]: <mailto:[email protected]:>
>>>>> The system booted, thanks!!!
>>>> Very good.
>>>>> Now! two things 1 - I have this output : "setting up linux console :
>>>>> Failure [...] an unforeseen error took place in 
>>>>> /etc/rc.d/rcS.d/S70console"
>>>> What are the contents of /etc/sysconfig/console? It should be short. Just
>>>> post here.
>>>>> 2 - I do not remind the root password
>>>> Change the /etc/password file: root::0:0:root:/root:/bin/bash Note that
>>>> the x is missing after the first colon. You will then be able to log in as
>>>> root without any passwd. It's not exactly good for security, but as soon
>>>> as you get in, just run 'passwd' as the root user and set it to whatever
>>>> you want. -- Bruce
>>> I was looking the console file. FONT="lat9-16 -m 8859-15" UNICODE=1
>>> KEYMAP="fr_FR-utf8"
>> This is not a valid kbd keymap. The list of keymaps that you can use is
>> located in /usr/share/keymaps/i386 subdirectories.
>>
>> For French keyboards, I noticed the following:
>>
>> /usr/share/keymaps/i386/azerty/fr-latin1.map.gz
>> /usr/share/keymaps/i386/azerty/fr-latin9.map.gz
>> /usr/share/keymaps/i386/azerty/fr.map.gz
>> /usr/share/keymaps/i386/azerty/fr-pc.map.gz
>> /usr/share/keymaps/i386/bepo/fr-bepo-latin9.map.gz
>> /usr/share/keymaps/i386/bepo/fr-bepo.map.gz
>> /usr/share/keymaps/i386/qwertz/fr_CH-latin1.map.gz
>> /usr/share/keymaps/i386/qwertz/fr_CH.map.gz
>>
>> So, the valid KEYMAP entries are:
>>
>> fr-latin1, fr-latin9, fr, fr-pc, fr-bepo-latin9, fr-bepo, fr_CH-latin1,
>> fr_CH


I have:

UNICODE="1"
KEYMAP="fr-latin9"
LEGACY_CHARSET="iso-8859-15"
FONT="lat0-16 -m 8859-15"

I guess I could remove the LEGACY_CHARSET and -m 8859-15 parts, but since it
works like that, I do not see a reason for changing. "fr-latin9" seems to be
the only keymap with an easy way to type the € (Euro) sign (hit AltGr-e).

I also have:

export LANG="fr_FR.UTF-8"

in /etc/profile

Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to