summaryrefslogtreecommitdiff
path: root/meta/packages/sysvinit
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-01-24 14:33:24 +0000
committerRoss Burton <ross@openedhand.com>2007-01-24 14:33:24 +0000
commit0261eb4f78cc97cbc2dc43bd42bf329c44383fca (patch)
tree194b4138fb2e0f661a0d87d7174272d744fa03ce /meta/packages/sysvinit
parente4143a490b5f3c405f20333e743415238067b508 (diff)
downloadopenembedded-core-0261eb4f78cc97cbc2dc43bd42bf329c44383fca.tar.gz
openembedded-core-0261eb4f78cc97cbc2dc43bd42bf329c44383fca.tar.bz2
openembedded-core-0261eb4f78cc97cbc2dc43bd42bf329c44383fca.tar.xz
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-xmeta/packages/sysvinit/sysvinit/rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/packages/sysvinit/sysvinit/rc b/meta/packages/sysvinit/sysvinit/rc
index a355ea05c..cafd2301f 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