1
0
mirror of synced 2026-04-15 15:49:48 +00:00

Make common/30-disable-gettys and {edgy,intrepid}/30-disable-gettys more similar

This commit is contained in:
Axel Beckert
2012-06-04 18:57:36 +02:00
parent 494aedab67
commit a8289d0d91
3 changed files with 2 additions and 5 deletions

View File

@@ -4,9 +4,6 @@
# first console - that must remain so that 'xm console ...' works
# correctly.
#
# Steve
# --
# http://www.steve.org.uk/
prefix=$1

View File

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

View File

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