forked from pool/yast2-installation
Accepting request 569878 from YaST:Head
submit new version 4.0.26 OBS-URL: https://build.opensuse.org/request/show/569878 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=392
This commit is contained in:
commit
2e052818ce
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=YaST2 Firstboot
|
||||
After=apparmor.service local-fs.target plymouth-start.service YaST2-Second-Stage.service
|
||||
Conflicts=plymouth-start.service
|
||||
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
||||
Before=display-manager.service
|
||||
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||
@ -9,7 +10,6 @@ ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||
Type=oneshot
|
||||
Environment=TERM=linux
|
||||
ExecStartPre=-/usr/bin/plymouth quit
|
||||
ExecStartPre=-/usr/bin/plymouth --wait
|
||||
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
|
||||
ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/reconfig_system
|
||||
ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service
|
||||
|
@ -3,6 +3,7 @@ Description=YaST2 Second Stage
|
||||
# If xinetd is enabled, make sure it's already running so we can stop it during
|
||||
# initialization of the VNC server
|
||||
After=apparmor.service local-fs.target plymouth-start.service
|
||||
Conflicts=plymouth-start.service
|
||||
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
||||
Before=display-manager.service
|
||||
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
||||
@ -15,13 +16,7 @@ Type=oneshot
|
||||
# and envvar extensions are still loaded, /etc/sysconfig/proxy values are still
|
||||
# used correctly (see bnc#866692 and bnc#866692 for details).
|
||||
Environment=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)
|
||||
# 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=-/usr/bin/plymouth quit
|
||||
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
|
||||
RemainAfterExit=yes
|
||||
TimeoutSec=0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e7f90834162bf7f648ba7a833649edddee0406da4144f502e0d9e7b18abadb0
|
||||
size 452017
|
3
yast2-installation-4.0.26.tar.bz2
Normal file
3
yast2-installation-4.0.26.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3efdc5d221e9e60d6d6bc49091a23e3694c92319c480548d80d93cba45b4b56f
|
||||
size 452355
|
@ -1,8 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 11:19:05 UTC 2018 - jreidinger@suse.com
|
||||
|
||||
- Start performing real installation with as much memory as
|
||||
possible (bsc#1076768)
|
||||
- 4.0.26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 17:25:35 UTC 2018 - ancor@suse.com
|
||||
|
||||
- Read the root_subvolume_read_only setting from its new location
|
||||
(moved by libstorage-ng) in the control file (boo#1077047).
|
||||
- 4.0.25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 14:27:55 UTC 2018 - jsrain@suse.cz
|
||||
|
||||
- save keyboard settings before console settings (bsc#1076798)
|
||||
- 4.0.24
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 12:48:55 UTC 2018 - qzhao@suse.com
|
||||
|
||||
- Update YaST2-Firstboot.service: Depreciate plymouth --wait, add
|
||||
conflict to plymouth start service.
|
||||
- Update YaST2-Second-Stage.service: Depreciate plymouth deactivate
|
||||
command and add conflict to plymouth start service. For that will
|
||||
block TTY device activation(bsc#1042554).
|
||||
- 4.0.23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 14:32:39 UTC 2018 - igonzalezsosa@suse.com
|
||||
|
||||
- Fix initialization to copy the profile to /tmp/profile again
|
||||
(bsc#1075334)
|
||||
(bsc#1075334)
|
||||
- 4.0.22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 4.0.22
|
||||
Version: 4.0.26
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
x
Reference in New Issue
Block a user