summaryrefslogtreecommitdiff
path: root/plymouth/debian/patches/drop-systemd-vconsole-setup-service.patch
blob: 33739e2b95caad34357116f491425cdc2e362a3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Remove systemd-vconsole-setup.service as it's not shipped in Debian
 Remove systemd-vconsole-setup.service as it's not shipped in Debian and add
 After=keyboard-setup.service
Author: Laurent Bigonville <bigon@debian.org>
Forwarded: not-needed

--- a/systemd-units/plymouth-start.service.in
+++ b/systemd-units/plymouth-start.service.in
@@ -1,8 +1,8 @@
 [Unit]
 Description=Show Plymouth Boot Screen
 DefaultDependencies=no
-Wants=systemd-ask-password-plymouth.path systemd-vconsole-setup.service
-After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.service
+Wants=systemd-ask-password-plymouth.path
+After=systemd-udev-trigger.service systemd-udevd.service keyboard-setup.service
 Before=systemd-ask-password-plymouth.service
 ConditionKernelCommandLine=!plymouth.enable=0
 ConditionKernelCommandLine=!nosplash
bgstack15