From 5050eebd553033f466f8e3e69960e04e9d78bef1 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 20 Aug 2013 13:55:11 +0200 Subject: [rootfs-stage31] activate plymouth with 'splash' in the kcl. (Removed the DEBUG check) --- remote/rootfs/rootfs-stage31/data/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522