summaryrefslogtreecommitdiff
path: root/plymouth/debian/patches/drop-systemd-vconsole-setup-service.patch
diff options
context:
space:
mode:
Diffstat (limited to 'plymouth/debian/patches/drop-systemd-vconsole-setup-service.patch')
-rw-r--r--plymouth/debian/patches/drop-systemd-vconsole-setup-service.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/plymouth/debian/patches/drop-systemd-vconsole-setup-service.patch b/plymouth/debian/patches/drop-systemd-vconsole-setup-service.patch
new file mode 100644
index 0000000..33739e2
--- /dev/null
+++ b/plymouth/debian/patches/drop-systemd-vconsole-setup-service.patch
@@ -0,0 +1,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