- AutoYaST: 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 will be
  shown.
  (bnc#903682,889757,897956)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=676
This commit is contained in:
YaST Team Bot 2015-02-03 10:25:18 +00:00 committed by Git OBS Bridge
parent 4ec3ba6b14
commit 2324aeeb89
3 changed files with 15 additions and 3 deletions

View File

@ -15,7 +15,10 @@ Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux PX_MODULE_PATH=""
# Workaround of bug in plymouth --> using deactivate option
# in second boot stage in order to start ncurses yast correctly
# (bnc#886488)
ExecStartPre=-/usr/bin/plymouth deactivate --hide-splash
# 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'
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
RemainAfterExit=yes
TimeoutSec=0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3827ec45c45ec7120161de507e28965bfcc633c99ed75566e64d6aa1c3af900b
size 1210473
oid sha256:2f7a25a9b4dec1c72e485625597ec56c447605fcc41eb9d258841218d04fad2b
size 1211375

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 3 11:11:49 CET 2015 - schubi@suse.de
- AutoYaST: 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 will be
shown.
(bnc#903682,889757,897956)
-------------------------------------------------------------------
Thu Jan 29 17:10:44 UTC 2015 - jsrain@suse.cz