1
0
mirror of synced 2026-03-27 10:10:45 +00:00

hooks/intrepid: Fix log message regarding console tty

This commit is contained in:
Axel Beckert
2010-05-17 02:41:23 +02:00
parent 17b105e8e0
commit f34afec732

View File

@@ -40,7 +40,7 @@ if [ ! -z "${serial_device}" ]; then
serial_device=`basename ${serial_device}`
# Let the user know.
logMessage "Replacing default serial device (tty1) with ${serial_device}"
logMessage "Replacing default serial device (hvc0) with ${serial_device}"
# replace existing device.
mv ${prefix}/etc/event.d/hvc0 ${prefix}/etc/event.d/${serial_device}