Author: alexander
Date: 2005-12-27 02:06:30 -0700 (Tue, 27 Dec 2005)
New Revision: 1322

Modified:
   trunk/packages/lfs-bootscripts/langconf
Log:
Fixed langconf for the case when LANG=es_ES.UTF-8 (or any other locale
that requires the addition of euro2 to the keymap) is passed on the kernel
command line


Modified: trunk/packages/lfs-bootscripts/langconf
===================================================================
--- trunk/packages/lfs-bootscripts/langconf     2005-12-27 03:44:14 UTC (rev 
1321)
+++ trunk/packages/lfs-bootscripts/langconf     2005-12-27 09:06:30 UTC (rev 
1322)
@@ -36,6 +36,7 @@
                        continue
                fi
                F_KEYMAP="${F_KEYMAP//\"/}"
+               F_KEYMAP="${F_KEYMAP//+/ }"
                F_LEGACYCHARSET="${F_LEGACYCHARSET//\"/}"
                F_XKEYMAP="${F_XKEYMAP//\"/}"
                same_locale "$F_LANG" "$LANG" && SELECTED="$F_DESCRIPTION" && 
return 0
@@ -43,7 +44,7 @@
        F_LANG="$LANG"
        F_KEYMAP=defkeymap
        F_LEGACYCHARSET=""
-       F_XKEYMAP="en_US"
+       F_XKEYMAP="us"
        return 1
 }
 

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to