generic-poky/meta/recipes-core/sysvinit/sysvinit
Chen Qi f9a92d9534 sysvinit: rc: exit psplash correctly
Previously, psplash didn't go away at system startup.
The root cause is that rc checks the file '/etc/init.d/xserver-nodm' to
determine whether to exit psplash manually. So even if xserver-nodm is not
linked into runlevel 3, psplash doesn't exit.

This patch fixes this problem by letting the rc script check the file
'/etc/rc${runlevel}.d/S??xserver-nodm' to determine whether to exit psplash
manually.

[YOCTO #3904]

(From OE-Core rev: 70b14f1c4181d820e56e67f4a5d921905094dc62)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-27 11:18:27 +00:00
..
bootlogd.init Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
need Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
provide Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
rc sysvinit: rc: exit psplash correctly 2013-03-27 11:18:27 +00:00
rcS Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
rcS-default sysvinit: add ROOTFS_READ_ONLY variable to rcS-default 2013-02-06 09:37:27 +00:00