mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
routerstation: Disable virtual terminal by default
This modifies the /etc/inittab on routerstationpro, avoiding the "respawning too fast" message. The routerstation has a low memory, so virtual terminal should be disable by default. Fixes [YOCTO #3088] (From meta-yocto rev: 3b60a67f084a77c57a63870641262b7c740cb974) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -19,6 +19,7 @@ XSERVER ?= "xserver-xorg \
|
||||
xf86-video-fbdev"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
USE_VT ?= "0"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user