diff options
author | Ross Burton <ross@openedhand.com> | 2007-01-24 14:33:24 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-01-24 14:33:24 +0000 |
commit | 0261eb4f78cc97cbc2dc43bd42bf329c44383fca (patch) | |
tree | 194b4138fb2e0f661a0d87d7174272d744fa03ce /meta/packages/sysvinit | |
parent | e4143a490b5f3c405f20333e743415238067b508 (diff) | |
download | openembedded-core-0261eb4f78cc97cbc2dc43bd42bf329c44383fca.tar.gz openembedded-core-0261eb4f78cc97cbc2dc43bd42bf329c44383fca.tar.bz2 openembedded-core-0261eb4f78cc97cbc2dc43bd42bf329c44383fca.zip |
Don't tell psplash to quit when starting X
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1205 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/sysvinit')
-rwxr-xr-x | meta/packages/sysvinit/sysvinit/rc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/packages/sysvinit/sysvinit/rc b/meta/packages/sysvinit/sysvinit/rc index a355ea05cc..cafd2301f1 100755 --- a/meta/packages/sysvinit/sysvinit/rc +++ b/meta/packages/sysvinit/sysvinit/rc @@ -163,9 +163,9 @@ startup() { done fi -if [ "x$runlevel" != "xS" ]; then - if type psplash-write >/dev/null 2>&1; then - TMPDIR=/mnt/.psplash psplash-write "QUIT" || true - umount /mnt/.psplash - fi -fi +#if [ "x$runlevel" != "xS" ]; then +# if type psplash-write >/dev/null 2>&1; then +# TMPDIR=/mnt/.psplash psplash-write "QUIT" || true +# umount /mnt/.psplash +# fi +#fi |