Changes for serial console support

This commit is contained in:
Arne Fitzenreiter
2009-05-10 14:57:59 +02:00
parent 86c8565eb2
commit 2f3973e495
5 changed files with 11 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ LENGTH=40
play () {
beep -l $LENGTH -f $1
beep -l $LENGTH -f $1 2> /dev/null
}

View File

@@ -71,7 +71,7 @@ case "${1}" in
grep -o '\btty[[:digit:]]*\b'`
do
openvt -f -w -c ${TTY#tty} -- \
/bin/sh -c "${MODE_COMMAND}"
/bin/sh -c "${MODE_COMMAND}" 2>/dev/null
done
# Set the font (if not already set above) and the keymap