]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed "broken console" code.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 23 Oct 2008 20:25:20 +0000 (22:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 23 Oct 2008 20:25:20 +0000 (22:25 +0200)
src/initscripts/core/console

index 0717501254074e0286b49c7ceabb86c696715ba4..d63a478841feb60a9647d07ea7389c21b1c486e2 100644 (file)
@@ -77,19 +77,6 @@ case "${1}" in
                [ -z "${KEYMAP_CORRECTIONS}" ] ||
                        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" ] ||