From: Chen Qi Date: Mon, 24 Sep 2012 04:50:27 +0000 (+0800) Subject: routerstation: Disable virtual terminal by default X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b60a67f084a77c57a63870641262b7c740cb974;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/routerstationpro.conf b/meta-yocto-bsp/conf/machine/routerstationpro.conf index 707392d0c80..feaa26e7c45 100644 --- a/meta-yocto-bsp/conf/machine/routerstationpro.conf +++ b/meta-yocto-bsp/conf/machine/routerstationpro.conf @@ -19,6 +19,7 @@ XSERVER ?= "xserver-xorg \ xf86-video-fbdev" SERIAL_CONSOLE = "115200 ttyS0" +USE_VT ?= "0" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"