busybox-initramfs: dont load splash in background, to make Milhouse happy

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-02-03 01:36:27 +01:00
parent bbd4355622
commit 0757e8858d

View File

@ -373,7 +373,7 @@
SPLASHIMAGE="/splash/splash.png"
fi
ply-image $SPLASHIMAGE > /dev/null 2>&1 &
ply-image $SPLASHIMAGE > /dev/null 2>&1
fi
}