aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2008-10-23 05:14:25 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2008-10-23 05:14:25 +0000
commit701d318f14816577da6c85735bdfae626f647195 (patch)
tree8f0ead616921af89af2727a1ec3f181dd1de88e4 /bootscripts
parentea36f37a5f872e5e539dc472b17089997ac89191 (diff)
Removed BROKEN_COMPOSE from lsb-v3 console bootscript.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r--bootscripts/contrib/lsb-v3/ChangeLog3
-rw-r--r--bootscripts/contrib/lsb-v3/init.d/console13
2 files changed, 3 insertions, 13 deletions
diff --git a/bootscripts/contrib/lsb-v3/ChangeLog b/bootscripts/contrib/lsb-v3/ChangeLog
index dc2fe95d5..ba86819ef 100644
--- a/bootscripts/contrib/lsb-v3/ChangeLog
+++ b/bootscripts/contrib/lsb-v3/ChangeLog
@@ -1,4 +1,7 @@
ChangeLog
+20081023 - [dj] * Removed BROKEN_COMPOSE handling in console script because
+ kernel patch was accepted upstream.
+
20080908 - [dj] * Corrected echo command in rc script - Thanks to
Michael Tremer at IPFire.
diff --git a/bootscripts/contrib/lsb-v3/init.d/console b/bootscripts/contrib/lsb-v3/init.d/console
index 071750125..dc8bd837b 100644
--- a/bootscripts/contrib/lsb-v3/init.d/console
+++ b/bootscripts/contrib/lsb-v3/init.d/console
@@ -78,19 +78,6 @@ case "${1}" in
loadkeys ${KEYMAP_CORRECTIONS} >/dev/null 2>&1 ||
failed=1
- # Linux kernel generates wrong bytes when composing
- # in Unicode mode. That's why we disable dead keys in Unicode
- # mode by default. If you need them, download and apply
- # http://www.linuxfromscratch.org/~alexander/patches/linux-2.6.12.5-utf8_input-2.patch
- # After patching, add "-m charset_of_your_keymap" to the FONT
- # variable and set BROKEN_COMPOSE=false
- # in /etc/sysconfig/console
-
- [ -n "$BROKEN_COMPOSE" ] || BROKEN_COMPOSE="$UNICODE"
- ! is_true "$BROKEN_COMPOSE" ||
- echo "" | loadkeys -c >/dev/null 2>&1 ||
- failed=1
-
# Convert the keymap from $LEGACY_CHARSET to UTF-8
[ -z "$LEGACY_CHARSET" ] ||
dumpkeys -c "$LEGACY_CHARSET" |