mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-04 00:10:15 +00:00
Don't start getty on console
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
b00ff7b58d
commit
1627bfbc46
@ -7,9 +7,6 @@
|
|||||||
# Put a getty on the serial port
|
# Put a getty on the serial port
|
||||||
ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100
|
ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100
|
||||||
|
|
||||||
# Put a getty on the console
|
|
||||||
tty1::respawn:/sbin/getty 115200 tty1 linux
|
|
||||||
|
|
||||||
# Stuff to do for the 3-finger salute
|
# Stuff to do for the 3-finger salute
|
||||||
::ctrlaltdel:/sbin/reboot
|
::ctrlaltdel:/sbin/reboot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user