plymouth-start.service: patched to not depend on systemd-vconsole-service which is being called too early [release 0.9.3.20171122git-2mamba;Wed Nov 22 2017]

This commit is contained in:
Silvan Calarco 2024-01-06 10:21:50 +01:00
parent 37f5152796
commit e1b6da3691
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,14 @@
diff -Nru plymouth-0.9.3.20171122git.orig/systemd-units/plymouth-start.service.in plymouth-0.9.3.20171122git/systemd-units/plymouth-start.service.in
--- plymouth-0.9.3.20171122git.orig/systemd-units/plymouth-start.service.in 2017-11-22 20:56:43.310182857 +0100
+++ plymouth-0.9.3.20171122git/systemd-units/plymouth-start.service.in 2017-11-22 20:57:46.528725697 +0100
@@ -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
Before=systemd-ask-password-plymouth.service
ConditionKernelCommandLine=!plymouth.enable=0

View File

@ -1,7 +1,7 @@
Name: plymouth
Epoch: 2
Version: 0.9.3.20171122git
Release: 1mamba
Release: 2mamba
Summary: Provides a graphical boot animation while the boot process happens in the background
Group: System/Kernel and Hardware
Vendor: openmamba
@ -22,6 +22,7 @@ Patch4: plymouth-0.8.8-fix-crash-on-deactivate.patch
Patch5: plymouth-0.9.2.20150815git-ensure-start-drm-before-plymouth.patch
Patch6: plymouth-0.9.3.20160705git-disable_ShowDelay.patch
Patch7: plymouth-0.9.3-quit-retain-splash.patch
Patch8: plymouth-0.9.3.20171122git-no-systemd-vconsole-setup.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -115,6 +116,7 @@ This package contains the default themes provides with plymouth.
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%build
./autogen.sh
@ -279,6 +281,9 @@ fi
%{_datadir}/plymouth/themes/tribar/*
%changelog
* Wed Nov 22 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3.20171122git-2mamba
- plymouth-start.service: patched to not depend on systemd-vconsole-service which is being called too early
* Wed Nov 22 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3.20171122git-1mamba
- update to 0.9.3.20171122git
- added plymouth-deactive.service from arch required by dm specific services