From 1bd5b5804e58b8f102f725ce84412fc58e3c5b06 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Wed, 1 Aug 2012 14:14:15 +0200 Subject: Start serial console when we return from runlevel1 (#755699) --- init/serial.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/init/serial.conf b/init/serial.conf index b938b0ce..7a3f2f4c 100644 --- a/init/serial.conf +++ b/init/serial.conf @@ -28,4 +28,5 @@ instance $DEV respawn pre-start exec /sbin/securetty $DEV exec /sbin/agetty /dev/$DEV $SPEED vt100-nav +post-stop exec /sbin/initctl emit --no-wait fedora.serial-console-available DEV=$DEV SPEED=$SPEED usage 'DEV=ttySX SPEED=Y - where X is console id and Y is baud rate' -- cgit v1.2.1