Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52146 Details for
Bug 83328
Trivial Keymap enhancement
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
genkernel-kmap.patch
genkernel-kmap.patch (text/plain), 703 bytes, created by
Robert Paskowitz (RETIRED)
on 2005-02-25 12:47:34 UTC
(
hide
)
Description:
genkernel-kmap.patch
Filename:
MIME Type:
Creator:
Robert Paskowitz (RETIRED)
Created:
2005-02-25 12:47:34 UTC
Size:
703 bytes
patch
obsolete
>--- genkernel-3.1.0k/generic/linuxrc 2005-02-19 20:04:03.000000000 -0500 >+++ /usr/share/genkernel/generic/linuxrc 2005-02-25 15:40:35.397281496 -0500 >@@ -126,6 +126,12 @@ > then > echo -e "${GOOD}>>${NORMAL}${BOLD} Loading the ''${keymap}'' keymap...${NORMAL}" > loadkmap < /lib/keymaps/${keymap}.map >+ xkeymap=${keymap} >+ echo ${keymap} | egrep -e "[0-9]+" >/dev/null 2>&1 >+ if [ "$?" -eq '0' ]; then >+ xkeymap=`tail -n 7 /lib/keymaps/keymapList | grep ${keymap} | sed -r "s/.*\s+${keymap}\s+([a-z-]+).*/\1/g" | egrep -v 1` >+ fi >+ echo "XKEYBOARD=${xkeymap}" > /etc/sysconfig/keyboard > elif [ "$keymap" = '' ] > then > echo -e "${GOOD}>>${NORMAL}${BOLD} Keeping default keymap...${NORMAL}"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 83328
: 52146