- Fixed bug: AutoYaST hangs while running second stage.
Removed network.service in the Before section of YaST2-Firstboot.service. (bnc#1007752) - 3.2.8 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=835
This commit is contained in:
parent
2e99fc75e4
commit
d1e457185a
@ -2,7 +2,7 @@
|
||||
Description=YaST2 Firstboot
|
||||
After=apparmor.service local-fs.target plymouth-start.service YaST2-Second-Stage.service
|
||||
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
||||
Before=display-manager.service network.service
|
||||
Before=display-manager.service
|
||||
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||
|
||||
[Service]
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:563c882331d0a827b1bd483e11c72390db2fa2a0cae88cdf5eff57875742c590
|
||||
size 428429
|
3
yast2-installation-3.2.8.tar.bz2
Normal file
3
yast2-installation-3.2.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58426e5acbd87a4dbb01c2cc2f669d2b1a0689cd35a068aadfbc9c95cb7c381a
|
||||
size 427993
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 11 16:41:25 CET 2016 - schubi@suse.de
|
||||
|
||||
- Fixed bug: AutoYaST hangs while running second stage.
|
||||
Removed network.service in the Before section of
|
||||
YaST2-Firstboot.service. (bnc#1007752)
|
||||
- 3.2.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 11 13:50:06 UTC 2016 - jreidinger@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 3.2.7
|
||||
Version: 3.2.8
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user