mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-05 07:18:08 +00:00
Add support for console on tty1
When running moby under other hypervisors, requiring troubleshooting on the serial port can be painful. This change enables console support on tty1 similar to the way prior boot2docker images worked.
This commit is contained in:
@@ -1753,7 +1753,8 @@ CONFIG_INPUT_EVDEV=y
|
||||
#
|
||||
# Input Device Drivers
|
||||
#
|
||||
# CONFIG_INPUT_KEYBOARD is not set
|
||||
CONFIG_INPUT_KEYBOARD=y
|
||||
CONFIG_KEYBOARD_ATKBD=y
|
||||
# CONFIG_INPUT_MOUSE is not set
|
||||
# CONFIG_INPUT_JOYSTICK is not set
|
||||
# CONFIG_INPUT_TABLET is not set
|
||||
@@ -1780,7 +1781,7 @@ CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
|
||||
#
|
||||
CONFIG_SERIO=y
|
||||
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
|
||||
# CONFIG_SERIO_I8042 is not set
|
||||
CONFIG_SERIO_I8042=y
|
||||
CONFIG_SERIO_SERPORT=y
|
||||
# CONFIG_SERIO_CT82C710 is not set
|
||||
CONFIG_SERIO_PCIPS2=y
|
||||
@@ -2367,7 +2368,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
|
||||
#
|
||||
# HID support
|
||||
#
|
||||
# CONFIG_HID is not set
|
||||
CONFIG_HID=y
|
||||
|
||||
#
|
||||
# I2C HID support
|
||||
|
||||
Reference in New Issue
Block a user