diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-30 04:23:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-30 04:23:36 +0200 |
commit | 24a73f51574c000b536ef89d7596ff3e5ec8e115 (patch) | |
tree | d2c3b0c357bb25e0530f208f273cf6562412c0df /units/plymouth-start.service | |
parent | ec195f55fb279b0eb6a38bc8ea15ff1afbdcae80 (diff) |
plymouth: introduce plymouth.enable=0 kernel command line switch
Diffstat (limited to 'units/plymouth-start.service')
-rw-r--r-- | units/plymouth-start.service | 1 |
1 files changed, 1 insertions, 0 deletions
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 |