diff options
| author | Jonathan Bauer | 2018-11-12 12:24:12 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2018-11-12 17:30:33 +0100 |
| commit | dbd4f7503769491a80c1ef5877c832b8dec2dc6d (patch) | |
| tree | 4a2d86a86844376023530bf27c43aeb82e405130 | |
| parent | [slx-uuid] Detects and exposes system UUID (diff) | |
| download | systemd-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.sh | 2 |
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 |
