systemd-units: Run after kmsconvt@tty1

To avoid conflicts between kmscon and plymouth, add kmsconvt@tty1 in
the After: list.

Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
This commit is contained in:
Jocelyn Falempe 2026-03-20 12:52:47 +01:00
parent 082c606b43
commit 2d38149072
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[Unit]
Description=Show Plymouth Halt Screen
After=getty@tty1.service display-manager.service plymouth-start.service
After=getty@tty1.service kmsconvt@tty1.service display-manager.service plymouth-start.service
Before=systemd-halt.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0

View file

@ -1,6 +1,6 @@
[Unit]
Description=Show Plymouth Reboot with kexec Screen
After=getty@tty1.service display-manager.service plymouth-start.service
After=getty@tty1.service kmsconvt@tty1.service display-manager.service plymouth-start.service
Before=systemd-kexec.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0

View file

@ -1,6 +1,6 @@
[Unit]
Description=Show Plymouth Power Off Screen
After=getty@tty1.service display-manager.service plymouth-start.service
After=getty@tty1.service kmsconvt@tty1.service display-manager.service plymouth-start.service
Before=systemd-poweroff.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0

View file

@ -1,6 +1,6 @@
[Unit]
Description=Show Plymouth Reboot Screen
After=getty@tty1.service display-manager.service plymouth-start.service
After=getty@tty1.service kmsconvt@tty1.service display-manager.service plymouth-start.service
Before=systemd-reboot.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0