From 21b16f249de9a8777e7df9e4baafe8e90915bd03 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 6 Apr 2022 10:47:55 +0200 Subject: [slx-network] Only show splash icons if requested --- modules.d/slx-network/scripts/setup-bootif-network.stage3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/slx-network/scripts/setup-bootif-network.stage3 b/modules.d/slx-network/scripts/setup-bootif-network.stage3 index 11b9b799..568c006c 100755 --- a/modules.d/slx-network/scripts/setup-bootif-network.stage3 +++ b/modules.d/slx-network/scripts/setup-bootif-network.stage3 @@ -19,7 +19,7 @@ fi _splashtool() { : } -if hash splashtool &> /dev/null; then +if grep -wq splash /proc/cmdline && hash splashtool &> /dev/null; then _splashtool() { splashtool "$@" } -- cgit v1.2.3-55-g7522