forked from pool/yast2-installation
Accepting request 284165 from YaST:Head
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/284165 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=325
This commit is contained in:
commit
9f138a8d09
@ -15,7 +15,10 @@ Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux PX_MODULE_PATH=""
|
|||||||
# Workaround of bug in plymouth --> using deactivate option
|
# Workaround of bug in plymouth --> using deactivate option
|
||||||
# in second boot stage in order to start ncurses yast correctly
|
# in second boot stage in order to start ncurses yast correctly
|
||||||
# (bnc#886488)
|
# (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
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
TimeoutSec=0
|
TimeoutSec=0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3827ec45c45ec7120161de507e28965bfcc633c99ed75566e64d6aa1c3af900b
|
oid sha256:2f7a25a9b4dec1c72e485625597ec56c447605fcc41eb9d258841218d04fad2b
|
||||||
size 1210473
|
size 1211375
|
||||||
|
@ -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
|
Thu Jan 29 17:10:44 UTC 2015 - jsrain@suse.cz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user