[OE-core] [PATCH 1/1] xserver-nodm: change start runlevel from 2 5 to 2 3 4 5
Qi.Chen at windriver.com
Qi.Chen at windriver.com
Tue Mar 26 07:18:49 UTC 2013
From: Chen Qi <Qi.Chen at windriver.com>
This script is intended to start at runlevel 2 3 4 5, as specified
in its HEAD INFO area.
The fact that it was not started at runlevel 3 caused splash screen
not going away when booting into runlevel 3.
[YOCTO #3904]
Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
.../x11-common/xserver-nodm-init.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
index eab76c5..9faeb99 100644
--- a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
+++ b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
@@ -26,7 +26,7 @@ do_install() {
inherit update-rc.d useradd
INITSCRIPT_NAME = "xserver-nodm"
-INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ."
+INITSCRIPT_PARAMS = "start 9 2 3 4 5 . stop 20 0 1 6 ."
# Use fixed Xusername of xuser for now, this will need to be
# fixed if the Xusername changes from xuser
--
1.7.9.5
More information about the Openembedded-core
mailing list