Gentoo Archives: gentoo-genkernel

From: Richard Farina <sidhayn@×××××.com>
To: gentoo-genkernel@l.g.o
Subject: [gentoo-genkernel] keymap addition
Date: Sun, 08 Apr 2012 14:17:25
Message-Id: 4F819E36.6040301@gmail.com
1 The pentoo founder is from Switzerland so we added the keymap for his
2 keyboard to genkernel. I figure if I'm going to unfork it would be
3 polite to include this in my submissions. Please note, the attached file
4 needs to be dropped in defaults/keymaps.tar.gz, and it seems that it
5 also must be copied to 43.map. Seems odd, but everything else appears
6 to be that way as well so.... submitted for approval.
7
8 diff -Naur '--exclude=.svn' '--exclude=.git'
9 genkernel-3.4.18/defaults/initrd.scripts
10 pentoo/genkernel/trunk/defaults/initrd.scripts
11 --- genkernel-3.4.18/defaults/initrd.scripts 2012-03-24
12 23:23:39.476742487 -0400
13 +++ pentoo/genkernel/trunk/defaults/initrd.scripts 2012-02-03
14 00:03:57.395026177 -0500
15 @@ -581,6 +779,7 @@
16 40|uk) keymap=uk ;;
17 41|us) keymap=us ;;
18 42|wangbe) keymap=wangbe ;;
19 + 43|ch*) keymap=ch\(fr\) ;;
20 esac
21 fi
22 if [ -e /lib/keymaps/${keymap}.map ]
23
24
25 Thanks,
26 Rick Farina

Attachments

File name MIME type
ch(fr).map application/octet-stream

Replies

Subject Author
Re: [gentoo-genkernel] keymap addition Sebastian Pipping <sping@g.o>