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:
parent
37f5152796
commit
e1b6da3691
14
plymouth-0.9.3.20171122git-no-systemd-vconsole-setup.patch
Normal file
14
plymouth-0.9.3.20171122git-no-systemd-vconsole-setup.patch
Normal 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
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
Name: plymouth
|
Name: plymouth
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 0.9.3.20171122git
|
Version: 0.9.3.20171122git
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Provides a graphical boot animation while the boot process happens in the background
|
Summary: Provides a graphical boot animation while the boot process happens in the background
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
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
|
Patch5: plymouth-0.9.2.20150815git-ensure-start-drm-before-plymouth.patch
|
||||||
Patch6: plymouth-0.9.3.20160705git-disable_ShowDelay.patch
|
Patch6: plymouth-0.9.3.20160705git-disable_ShowDelay.patch
|
||||||
Patch7: plymouth-0.9.3-quit-retain-splash.patch
|
Patch7: plymouth-0.9.3-quit-retain-splash.patch
|
||||||
|
Patch8: plymouth-0.9.3.20171122git-no-systemd-vconsole-setup.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -115,6 +116,7 @@ This package contains the default themes provides with plymouth.
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -279,6 +281,9 @@ fi
|
|||||||
%{_datadir}/plymouth/themes/tribar/*
|
%{_datadir}/plymouth/themes/tribar/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 22 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3.20171122git-1mamba
|
||||||
- update to 0.9.3.20171122git
|
- update to 0.9.3.20171122git
|
||||||
- added plymouth-deactive.service from arch required by dm specific services
|
- added plymouth-deactive.service from arch required by dm specific services
|
||||||
|
Loading…
Reference in New Issue
Block a user