update to 0.9.3.20171122git
added plymouth-deactive.service from arch required by dm specific services [release 0.9.3.20171122git-1mamba;Wed Nov 22 2017]
This commit is contained in:
parent
fdd119e036
commit
37f5152796
9
plymouth-deactivate.service
Normal file
9
plymouth-deactivate.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Deactivate Plymouth Boot Screen
|
||||
After=rc-local.service plymouth-start.service systemd-user-sessions.service
|
||||
Before=getty@tty1.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/plymouth deactivate
|
||||
Type=oneshot
|
||||
TimeoutSec=20
|
@ -1,7 +1,7 @@
|
||||
Name: plymouth
|
||||
Epoch: 2
|
||||
Version: 0.9.3
|
||||
Release: 2mamba
|
||||
Version: 0.9.3.20171122git
|
||||
Release: 1mamba
|
||||
Summary: Provides a graphical boot animation while the boot process happens in the background
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -14,6 +14,7 @@ Source2: plymouth-sddm.service
|
||||
Source3: plymouth-kdm.service
|
||||
Source4: plymouth-gdm.service
|
||||
Source5: plymouth-lxdm.service
|
||||
Source6: plymouth-deactivate.service
|
||||
Patch0: %{name}-0.8.3-libpng-1.4.patch
|
||||
Patch2: %{name}-0.8.3-fix_tty1_echo.patch
|
||||
Patch3: %{name}-0.8.5-dont_disable_fb_if_console_cmdline_is_passed.patch
|
||||
@ -147,6 +148,7 @@ install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/sddm-plymouth.service
|
||||
install -D -m0644 %{SOURCE3} %{buildroot}%{_unitdir}/kdm-plymouth.service
|
||||
install -D -m0644 %{SOURCE4} %{buildroot}%{_unitdir}/gdm-plymouth.service
|
||||
install -D -m0644 %{SOURCE5} %{buildroot}%{_unitdir}/lxdm-plymouth.service
|
||||
install -D -m0644 %{SOURCE6} %{buildroot}%{_unitdir}/plymouth-deactivate.service
|
||||
|
||||
## don't quit plymouth on multi-user target to allow smooth transition to X in graphical target
|
||||
#rm -f %{buildroot}/lib/systemd/system/multi-user.target.wants/plymouth-quit-wait.service
|
||||
@ -277,6 +279,10 @@ fi
|
||||
%{_datadir}/plymouth/themes/tribar/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Thu Oct 26 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3-2mamba
|
||||
- added patch to quit with --retain-splash
|
||||
- added plymouth-[sddm,kdm,ldxm,gdm] systemd service
|
||||
|
Loading…
Reference in New Issue
Block a user