From de5d8d6440c395403200883aaa458265bda3210d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 25 Nov 2011 16:24:22 +0100 Subject: plymouth: only start when debuglevel = 0 --- .../plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh b/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh index 97094a07..19c26862 100644 --- a/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh +++ b/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh @@ -1,4 +1,4 @@ -plymouthd && plymouth show-splash - -echo "Plymouth init hook successfully called!" >> /tmp/plymouth.log -echo "Plymouth init hook successfully called!" +# only start with no debug level +if [ $DEBUGLEVEL -eq 0 ]; then + plymouthd && plymouth show-splash +fi -- cgit v1.2.3-55-g7522