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 33aec98f0e
commit f854ed0fad

View File

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