~burhanilinux/+junk/plymouth

« back to all changes in this revision

Viewing changes to debian/patches/drop-systemd-vconsole-setup-service.patch

  • Committer: Juzer Dana
  • Date: 2024-01-14 13:03:08 UTC
  • Revision ID: juzerdana@gmail.com-20240114130308-urizjbjhjqmenga6
New Commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Remove systemd-vconsole-setup.service as it's not shipped in Debian
 
2
 Remove systemd-vconsole-setup.service as it's not shipped in Debian and add
 
3
 After=keyboard-setup.service
 
4
Author: Laurent Bigonville <bigon@debian.org>
 
5
Forwarded: not-needed
 
6
 
 
7
Index: plymouth-0.9.4git20190712/systemd-units/plymouth-start.service.in
 
8
===================================================================
 
9
--- plymouth-0.9.4git20190712.orig/systemd-units/plymouth-start.service.in
 
10
+++ plymouth-0.9.4git20190712/systemd-units/plymouth-start.service.in
 
11
@@ -1,8 +1,8 @@
 
12
 [Unit]
 
13
 Description=Show Plymouth Boot Screen
 
14
 DefaultDependencies=no
 
15
-Wants=systemd-ask-password-plymouth.path systemd-vconsole-setup.service
 
16
-After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.service
 
17
+Wants=systemd-ask-password-plymouth.path
 
18
+After=systemd-udev-trigger.service systemd-udevd.service keyboard-setup.service
 
19
 Before=systemd-ask-password-plymouth.service
 
20
 ConditionKernelCommandLine=!plymouth.enable=0
 
21
 ConditionKernelCommandLine=!nosplash