From 0261eb4f78cc97cbc2dc43bd42bf329c44383fca Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 24 Jan 2007 14:33:24 +0000 Subject: 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 --- meta/packages/sysvinit/sysvinit/rc | 12 ++++++------ 1 file 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 -- cgit v1.2.3-54-g00ecf