mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
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:
parent
33aec98f0e
commit
f854ed0fad
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user