summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-splash/scripts/slx-splash-init.sh
diff options
context:
space:
mode:
authorSimon Rettberg2022-03-01 14:05:14 +0100
committerSimon Rettberg2022-03-01 14:05:14 +0100
commit546d5401b95e2fc09bdf776ba400a7631b8e798d (patch)
tree97dd0b70e7b6e27ee755d991cb8de7eca3bd4eb0 /modules.d/slx-splash/scripts/slx-splash-init.sh
parent[slx-splash] Fix splash.ppm path (diff)
downloadsystemd-init-546d5401b95e2fc09bdf776ba400a7631b8e798d.tar.gz
systemd-init-546d5401b95e2fc09bdf776ba400a7631b8e798d.tar.xz
systemd-init-546d5401b95e2fc09bdf776ba400a7631b8e798d.zip
[slx-splash] Update splashtool (bugfix for ppm with comments)
Diffstat (limited to 'modules.d/slx-splash/scripts/slx-splash-init.sh')
-rw-r--r--modules.d/slx-splash/scripts/slx-splash-init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/slx-splash/scripts/slx-splash-init.sh b/modules.d/slx-splash/scripts/slx-splash-init.sh
index 1c00c4a7..a4c71f88 100644
--- a/modules.d/slx-splash/scripts/slx-splash-init.sh
+++ b/modules.d/slx-splash/scripts/slx-splash-init.sh
@@ -17,7 +17,7 @@ init_drm() {
udevadm settle --timeout=180 2>&1
}
-if grep -wqE 'splash' /proc/cmdline; then
+if grep -wq 'splash' /proc/cmdline; then
# first init graphics
init_drm
# disable non-critical kernel messages