summaryrefslogtreecommitdiff
path: root/init.d/syscons.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/syscons.in')
-rw-r--r--init.d/syscons.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.d/syscons.in b/init.d/syscons.in
index cb584b3..ba22bf5 100644
--- a/init.d/syscons.in
+++ b/init.d/syscons.in
@@ -15,13 +15,13 @@ start() {
done
eend $?
fi
-
+
if [ -n "$keymap" ]; then
ebegin "Setting keymap to $keymap"
kbdcontrol -l $keymap </dev/console
eend $?
fi
-
+
if [ -n "$keyrate" ]; then
ebegin "Setting keyrate to $keyrate"
kbdcontrol -r $keyrate </dev/console
@@ -40,7 +40,7 @@ start() {
done
eoutdent
fi
-
+
if [ -n "$cursor" ]; then
ebegin "Setting cursor"
vidcontrol -c $cursor