mirror of
https://github.com/systemd/systemd.git
synced 2025-01-27 18:04:05 +03:00
plymouth: introduce plymouth.enable=0 kernel command line switch
This commit is contained in:
parent
ec195f55fb
commit
24a73f5157
4
TODO
4
TODO
@ -33,9 +33,7 @@ Features:
|
|||||||
|
|
||||||
* drop /.readahead on bigger upgrades with yum
|
* drop /.readahead on bigger upgrades with yum
|
||||||
|
|
||||||
* add inode stat() check to readahead
|
* add inode stat() check to readahead to suppress preloading changed files
|
||||||
|
|
||||||
* plymouth.enable=0
|
|
||||||
|
|
||||||
* include /usr/local/lib/tmpfiles.d in tmpfiles tool as search path
|
* 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)
|
(and prefix/lib, in case it isn't one of the listed ones)
|
||||||
|
@ -10,6 +10,7 @@ Description=Show Plymouth Halt Screen
|
|||||||
After=getty@tty1.service prefdm.service plymouth-start.service
|
After=getty@tty1.service prefdm.service plymouth-start.service
|
||||||
Before=halt.service
|
Before=halt.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
ConditionKernelCommandLine=!plymouth.enable=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/sbin/plymouthd --mode=shutdown
|
ExecStart=/sbin/plymouthd --mode=shutdown
|
||||||
|
@ -10,6 +10,7 @@ Description=Show Plymouth Reboot with kexec Screen
|
|||||||
After=getty@tty1.service prefdm.service plymouth-start.service
|
After=getty@tty1.service prefdm.service plymouth-start.service
|
||||||
Before=kexec.service
|
Before=kexec.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
ConditionKernelCommandLine=!plymouth.enable=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/sbin/plymouthd --mode=shutdown
|
ExecStart=/sbin/plymouthd --mode=shutdown
|
||||||
|
@ -10,6 +10,7 @@ Description=Show Plymouth Power Off Screen
|
|||||||
After=getty@tty1.service prefdm.service plymouth-start.service
|
After=getty@tty1.service prefdm.service plymouth-start.service
|
||||||
Before=poweroff.service
|
Before=poweroff.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
ConditionKernelCommandLine=!plymouth.enable=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/sbin/plymouthd --mode=shutdown
|
ExecStart=/sbin/plymouthd --mode=shutdown
|
||||||
|
@ -10,6 +10,7 @@ Description=Show Plymouth Reboot Screen
|
|||||||
After=getty@tty1.service prefdm.service plymouth-start.service
|
After=getty@tty1.service prefdm.service plymouth-start.service
|
||||||
Before=reboot.service
|
Before=reboot.service
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
ConditionKernelCommandLine=!plymouth.enable=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/sbin/plymouthd --mode=shutdown
|
ExecStart=/sbin/plymouthd --mode=shutdown
|
||||||
|
@ -14,6 +14,7 @@ Before=systemd-ask-password-plymouth.service
|
|||||||
|
|
||||||
# Dracut informs us with this flag file if plymouth is already running
|
# Dracut informs us with this flag file if plymouth is already running
|
||||||
ConditionPathExists=!/run/plymouth/pid
|
ConditionPathExists=!/run/plymouth/pid
|
||||||
|
ConditionKernelCommandLine=!plymouth.enable=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid
|
ExecStart=/sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user