plymouth: introduce plymouth.enable=0 kernel command line switch

This commit is contained in:
Lennart Poettering 2011-04-30 04:23:36 +02:00
parent ec195f55fb
commit 24a73f5157
6 changed files with 6 additions and 3 deletions

4
TODO
View File

@ -33,9 +33,7 @@ Features:
* drop /.readahead on bigger upgrades with yum
* add inode stat() check to readahead
* plymouth.enable=0
* add inode stat() check to readahead to suppress preloading changed files
* include /usr/local/lib/tmpfiles.d in tmpfiles tool as search path
(and prefix/lib, in case it isn't one of the listed ones)

View File

@ -10,6 +10,7 @@ Description=Show Plymouth Halt Screen
After=getty@tty1.service prefdm.service plymouth-start.service
Before=halt.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown

View File

@ -10,6 +10,7 @@ Description=Show Plymouth Reboot with kexec Screen
After=getty@tty1.service prefdm.service plymouth-start.service
Before=kexec.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown

View File

@ -10,6 +10,7 @@ Description=Show Plymouth Power Off Screen
After=getty@tty1.service prefdm.service plymouth-start.service
Before=poweroff.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown

View File

@ -10,6 +10,7 @@ Description=Show Plymouth Reboot Screen
After=getty@tty1.service prefdm.service plymouth-start.service
Before=reboot.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown

View File

@ -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