- Fixed differnt bugs in proposal overview with multiple tabs.

- Checking if plymouth is available while starting second
  installation stage for AutoYaST.
- 3.1.140

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=712
This commit is contained in:
YaST Team Bot 2015-04-20 11:40:00 +00:00 committed by Git OBS Bridge
parent 214a7be6d5
commit 2e62ace24d
5 changed files with 13 additions and 5 deletions

View File

@ -18,7 +18,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 [ `/usr/bin/systemctl get-default` = "multi-user.target" ];then /usr/bin/plymouth quit; else /usr/bin/plymouth deactivate --hide-splash; 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:85376426ef90291328e37c5f2659d8d125429ade9a35eb4c069d7137ee8213fd
size 386208

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 20 13:11:40 CEST 2015 - schubi@suse.de
- Fixed differnt bugs in proposal overview with multiple tabs.
- Checking if plymouth is available while starting second
installation stage for AutoYaST.
- 3.1.140
-------------------------------------------------------------------
Thu Apr 16 13:02:23 CEST 2015 - locilka@suse.com

View File

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