- AutoYaST second stage: YaST2-Second-Stage.service

Continue installation even if plymouth has returned an error.
  (bnc#940878)
- 3.1.154

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=732
This commit is contained in:
YaST Team Bot 2015-08-11 14:25:30 +00:00 committed by Git OBS Bridge
parent a3225ca071
commit 4dc32ca3f9
5 changed files with 13 additions and 5 deletions

View File

@ -20,7 +20,7 @@ Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux PX_MODULE_PATH=""
# If the system starts in multi-user mode plymouth will be quit while
# installation in order to ensure that installation will be finished on
# console 1 and the login prompt. (bnc#903682,889757,897956)
ExecStartPre=/bin/sh -c 'if [ -x /usr/bin/plymouth ] ; then if [ `/usr/bin/systemctl get-default` = "multi-user.target" ];then /usr/bin/plymouth quit; else /usr/bin/plymouth deactivate --hide-splash; fi; fi'
ExecStartPre=-/bin/sh -c 'if [ -x /usr/bin/plymouth ] ; then if [ `/usr/bin/systemctl get-default` = "multi-user.target" ];then /usr/bin/plymouth quit; else /usr/bin/plymouth deactivate --hide-splash; fi; fi'
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
RemainAfterExit=yes
TimeoutSec=0

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28f2fa822c20a9dd72a21d86533706a654519aa425f2c5e326598ba6feb885f8
size 394765

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdc7364f0a0bf54bfd06fbf0357de0b7d04859bc6859d58fac8e6557ce98a991
size 394861

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Aug 11 15:50:49 CEST 2015 - schubi@suse.de
- AutoYaST second stage: YaST2-Second-Stage.service
Continue installation even if plymouth has returned an error.
(bnc#940878)
- 3.1.154
-------------------------------------------------------------------
Fri Aug 7 12:53:08 UTC 2015 - igonzalezsosa@suse.com

View File

@ -17,7 +17,7 @@
Name: yast2-installation
Version: 3.1.153
Version: 3.1.154
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build