Skip to content

Commit

Permalink
Merge 65ee59d into 2177778
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 24, 2019
2 parents 2177778 + 65ee59d commit 178bfca
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 24 09:37:32 CEST 2019 - schubi@suse.de

- Reading IPv6 setting in order to initialize it correctly.
(bsc#1122660)
- 4.0.69

-------------------------------------------------------------------
Tue Apr 2 10:32:53 UTC 2019 - José Iván López González <jlopez@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -22,7 +22,7 @@
%endif

Name: autoyast2
Version: 4.0.68
Version: 4.0.69
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
7 changes: 7 additions & 0 deletions src/clients/ayast_setup.rb
Expand Up @@ -41,6 +41,7 @@ def main
Yast.import "AutoinstSoftware"
Yast.import "PackageSystem"
Yast.import "AutoinstData"
Yast.import "Lan"

@dopackages = true

Expand Down Expand Up @@ -95,6 +96,12 @@ def Setup
Wizard.CreateDialog
Mode.SetMode("autoinstallation")
Stage.Set("continue")

# IPv6 settings will be written despite the have been
# changed or not. So we have to read them at first.
# FIXME: Move it to Lan.rb and remove the Lan import dependency.
Lan.ipv6 = Lan.readIPv6

WFM.CallFunction("inst_autopost", [])
postPackages = Ops.get_list(
Profile.current,
Expand Down

0 comments on commit 178bfca

Please sign in to comment.