[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Keymap fix (was: Success with HPT366 enhanced 2.2.1 disks)



Heikki Vatiainen <hessu@cs.tut.fi> writes:

> Previously I wrote on debian-testing:
> [testing selfmade 2.2.1 boot disks]
> > 1. The finnish keymap was not loaded, even though I chose it 
> > during the installation. I had to copy
> > /usr/share/keymaps/i386/qwerty/fi-latin1.kmap.gz to /etc/kbd/
> > default.map.gz
> 
> After I got home and had something to eat, I took a better look at 
> this keymap problem. Here's what I found out:
[...]

>--- .bash_profile.orig  Sat Oct 16 17:04:40 1999
>+++ .bash_profile       Wed Oct 20 21:55:58 1999
>@@ -28,7 +28,7 @@
> 
> if [ -s /root/kbdconf ]; then
>        # non empty file -> do automatic configuration
>-       MAP=/usr/share/keymaps/`cat /root/kbdconf`.map.gz
>+       MAP=`cat /root/kbdconf`
>        loadkeys ${MAP} ; dumpkeys > /etc/kbd/default.map
>        gzip -9fv /etc/kbd/default.map
>        rm /root/kbdconf

Actually, this needs to read:

	MAP=/usr/share/keymaps/`cat /root/kbdconf`.kmap.gz

This was fixed in CVS.

-- 
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>


Reply to: