summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init
index aba3ac16..35e898b5 100755
--- a/remote/rootfs/rootfs-stage31/data/init
+++ b/remote/rootfs/rootfs-stage31/data/init
@@ -72,7 +72,7 @@ done
[ "$DEBUG" -ge 1 ] && echo "0" >/proc/sys/kernel/printk || echo "4 4 1 7" >/proc/sys/kernel/printk
# start plymouth if activated
-if [ "x$SPLASH" == "x1" -a "x$DEBUG" != "x1" ]; then
+if [ "x$SPLASH" == "x1" ]; then
echo "Starting plymouth..."
plymouthd && plymouth show-splash
fi