Use /dev/console instead of ttyS1
[platform/core/system/system-recovery.git] / scripts / recovery-init.in
index 280c968..d49bd80 100644 (file)
@@ -91,7 +91,7 @@ echo "Starting system recovery."
 mount_usb_partitions
 
 # For debugging - It should be deleted on Release
-/sbin/agetty -l /bin/sh -n --keep-baud 115200,38400,9600 ttyS1 linux &
+/sbin/agetty -l /bin/sh -n --keep-baud 115200,38400,9600 console linux &
 
 [ -x "${SYSTEM_RECOVERY_GUI}" ] && "${SYSTEM_RECOVERY_GUI}" &
 [ -x "${SYSTEM_RECOVERY}" ] && "${SYSTEM_RECOVERY}"