init: Enable tty? as console

Enable tty0 and friends as console and start getty on them.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-03-28 09:17:55 +01:00
parent bf77b77fd3
commit eac2fdd88d

View File

@ -14,9 +14,10 @@ setup_console() {
line="-L"
term="vt100"
;;
tty0)
# skip current console
return 0
tty?)
line=""
speed="38400"
term=""
;;
esac
# skip consoles already in inittab