From: Ross Burton Date: Wed, 24 Jan 2007 14:33:24 +0000 (+0000) Subject: Don't tell psplash to quit when starting X X-Git-Tag: 2011-1~12208 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0261eb4f78cc97cbc2dc43bd42bf329c44383fca;p=openembedded-core.git 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 --- 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