]> code.ossystems Code Review - openembedded-core.git/commitdiff
Don't tell psplash to quit when starting X
authorRoss Burton <ross@openedhand.com>
Wed, 24 Jan 2007 14:33:24 +0000 (14:33 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 24 Jan 2007 14:33:24 +0000 (14:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1205 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/sysvinit/sysvinit/rc

index a355ea05ccbba3c0aca1c7410401404543f37ae2..cafd2301f16ff2be09bd3b3c2e5c001f9a9d1804 100755 (executable)
@@ -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