From 7bf26d686e5c4588c2cca1f78bfb6d5ab4b9333f Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 11 Sep 2019 14:59:55 -0400 Subject: plymouth 0.9.4 without systemd --- .../patches/drop-systemd-vconsole-setup-service.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 plymouth/debian/patches/drop-systemd-vconsole-setup-service.patch (limited to 'plymouth/debian/patches/drop-systemd-vconsole-setup-service.patch') 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 +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 -- cgit