From 24a73f51574c000b536ef89d7596ff3e5ec8e115 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 30 Apr 2011 04:23:36 +0200 Subject: plymouth: introduce plymouth.enable=0 kernel command line switch --- units/plymouth-start.service | 1 + 1 file changed, 1 insertion(+) (limited to 'units/plymouth-start.service') diff --git a/units/plymouth-start.service b/units/plymouth-start.service index 10d03c6c62..f618257a93 100644 --- a/units/plymouth-start.service +++ b/units/plymouth-start.service @@ -14,6 +14,7 @@ Before=systemd-ask-password-plymouth.service # Dracut informs us with this flag file if plymouth is already running ConditionPathExists=!/run/plymouth/pid +ConditionKernelCommandLine=!plymouth.enable=0 [Service] ExecStart=/sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid -- cgit v1.2.3-54-g00ecf