diff options
| author | Jonathan Bauer | 2013-08-20 13:55:11 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-08-20 13:55:11 +0200 |
| commit | 5050eebd553033f466f8e3e69960e04e9d78bef1 (patch) | |
| tree | 07aaeeb416bfcfb67c7497eb66db0b60fa338464 | |
| parent | fix pcspkr already registered. Uncomment to make it work ;) (diff) | |
| download | tm-scripts-5050eebd553033f466f8e3e69960e04e9d78bef1.tar.gz tm-scripts-5050eebd553033f466f8e3e69960e04e9d78bef1.tar.xz tm-scripts-5050eebd553033f466f8e3e69960e04e9d78bef1.zip | |
[rootfs-stage31] activate plymouth with 'splash' in the kcl. (Removed the DEBUG check)
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 2 |
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 |
