summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-11-12 12:24:12 +0100
committerJonathan Bauer2018-11-12 17:30:33 +0100
commitdbd4f7503769491a80c1ef5877c832b8dec2dc6d (patch)
tree4a2d86a86844376023530bf27c43aeb82e405130
parent[slx-uuid] Detects and exposes system UUID (diff)
downloadsystemd-init-dbd4f7503769491a80c1ef5877c832b8dec2dc6d.tar.gz
systemd-init-dbd4f7503769491a80c1ef5877c832b8dec2dc6d.tar.xz
systemd-init-dbd4f7503769491a80c1ef5877c832b8dec2dc6d.zip
[slx-splash] do not lead dracut into an shell
if splash is not requested via kernel command line
-rw-r--r--builder/modules.d/slx-splash/scripts/slx-splash.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/builder/modules.d/slx-splash/scripts/slx-splash.sh b/builder/modules.d/slx-splash/scripts/slx-splash.sh
index 8f3ccec3..0bcb6368 100644
--- a/builder/modules.d/slx-splash/scripts/slx-splash.sh
+++ b/builder/modules.d/slx-splash/scripts/slx-splash.sh
@@ -40,3 +40,5 @@ if grep -qE '\s+splash\s+' /proc/cmdline; then
# finally:
show_splash
fi
+
+true