diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-03-27 16:27:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-27 11:02:58 +0000 |
commit | 70b14f1c4181d820e56e67f4a5d921905094dc62 (patch) | |
tree | 1f2d7d4e4ac7bcda157ec55e8a086045b45cd0ad /scripts/bitbake | |
parent | 14878f34645f5e9a63d3c3be6d6fe558bbda9900 (diff) | |
download | openembedded-core-70b14f1c4181d820e56e67f4a5d921905094dc62.tar.gz openembedded-core-70b14f1c4181d820e56e67f4a5d921905094dc62.tar.bz2 openembedded-core-70b14f1c4181d820e56e67f4a5d921905094dc62.zip |
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]
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/bitbake')
0 files changed, 0 insertions, 0 deletions