diff --git a/utils/console-tools/HISTORY b/utils/console-tools/HISTORY
index dd5ea40..41c1314 100755
--- a/utils/console-tools/HISTORY
+++ b/utils/console-tools/HISTORY
@@ -1,3 +1,7 @@
+2007-01-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * keymap.conf: add example for TTY_NUMS
+ * keymap.sh: added -v to consolechars calls #9250
+
2006-12-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PRE_BUILD: source is_depends_enabled and fix #13264
* INSTALL: don't install the 4 man templates
diff --git a/utils/console-tools/init.d/keymap.conf
b/utils/console-tools/init.d/keymap.conf
index 4b9877d..e8c1be1 100644
--- a/utils/console-tools/init.d/keymap.conf
+++ b/utils/console-tools/init.d/keymap.conf
@@ -14,6 +14,7 @@ CONSOLECHARS_ARGS=
# Consoles for which to apply font, charmap and unicode settings. If
# value "*" is given, settings will be enabled for all available
# console nodes.
+# Example: TTY_NUMS="1 2 3"
# Notice: This must be defined for CONSOLECHARS_ARGS and UNICODE_START
# to have effect.
TTY_NUMS=
diff --git a/utils/console-tools/init.d/keymap.sh
b/utils/console-tools/init.d/keymap.sh
index b45fe94..1b1babc 100755
--- a/utils/console-tools/init.d/keymap.sh
+++ b/utils/console-tools/init.d/keymap.sh
@@ -48,7 +48,7 @@ start()
for n in $TTY_NUMS; do
echo "Loading settings for $DEV_TTY$n..."
if [[ "$CONSOLECHARS_ARGS" ]]; then
- /usr/bin/consolechars $CONSOLECHARS_ARGS --tty=/dev/$DEV_TTY$n
+ /usr/bin/consolechars -v $CONSOLECHARS_ARGS --tty=/dev/$DEV_TTY$n
evaluate_retval
fi
[[ "$UNICODE_START" ]] && /bin/echo -ne "\033%G" > /dev/$DEV_TTY$n
@@ -80,7 +80,7 @@ stop()
echo "Unloading settings for $DEV_TTY$n..."
[[ "$UNICODE_START" ]] && /bin/echo -ne '\033%@' > /dev/$DEV_TTY$n
if [[ "$CONSOLECHARS_ARGS" ]]; then
- /usr/bin/consolechars -d --tty=/dev/$DEV_TTY$n
+ /usr/bin/consolechars -v -d --tty=/dev/$DEV_TTY$n
evaluate_retval
fi
done
diff --git a/utils/kbd/HISTORY b/utils/kbd/HISTORY
index a4836ce..eb8cec5 100644
--- a/utils/kbd/HISTORY
+++ b/utils/kbd/HISTORY
@@ -1,3 +1,6 @@
+2007-01-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * keymap.conf: add example for TTY_NUMS
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.
diff --git a/utils/kbd/init.d/keymap.conf b/utils/kbd/init.d/keymap.conf
index 2a2c5f4..bfd1be7 100644
--- a/utils/kbd/init.d/keymap.conf
+++ b/utils/kbd/init.d/keymap.conf
@@ -14,6 +14,7 @@ SETFONT_ARGS=
# Consoles for which to apply font, charmap and unicode settings. If
# value "*" is given, settings will be enabled for all available
# console nodes.
+# Example: TTY_NUMS="1 2 3"
# Notice: This must be defined for SETFONT_ARGS and UNICODE_START to
# have effect.
TTY_NUMS=
[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (123eb577c3de82a610f0b92cad9ddc0a0f9dd3b2),
Jaka Kranjc, 01/06/2007