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:
Chen Qi 2012-09-24 12:50:27 +08:00 committed by Richard Purdie
parent af30de3ea1
commit e911731f9f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ XSERVER ?= "xserver-xorg \
xf86-video-fbdev"
SERIAL_CONSOLE = "115200 ttyS0"
USE_VT ?= "0"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"