Skip to content

Commit

Permalink
Merge pull request #317 from yast/SLE-12-SP3_bnc_1047809
Browse files Browse the repository at this point in the history
Sle 12 sp3 bnc 1047809
  • Loading branch information
schubi2 committed Jul 14, 2017
2 parents fc8d6db + b0773e8 commit 39a836a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
11 changes: 11 additions & 0 deletions package/autoyast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jul 13 14:49:31 CEST 2017 - schubi@suse.de

- Crash while writing settings via the menue "File/Apply Profile
to this System" in AutoYaST configuration module:
As we are switching to "autoinstallation" mode and accessing to
the target system we have to set StorageDevices flag disks_valid
to true. So InitLibstorage can scan valid target disks.
(bnc#1047809)
- 3.2.18

-------------------------------------------------------------------
Thu Jul 6 14:31:28 CEST 2017 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: autoyast2
Version: 3.2.17
Version: 3.2.18
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
6 changes: 6 additions & 0 deletions src/include/autoinstall/conftree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,12 @@ def MainDialog
oldStage = Stage.stage
Mode.SetMode("autoinstallation")
Stage.Set("continue")

# As we are now in "autoinstallation" mode and accessing to the target
# system we have to set StorageDevices flag disks_valid to true.
# So InitLibstorage can scan valid disks. (bnc#1047809)
StorageDevices.InitDone

WFM.CallFunction("inst_autopost", [])
AutoinstSoftware.addPostPackages(
Ops.get_list(Profile.current, ["software", "post-packages"], [])
Expand Down

0 comments on commit 39a836a

Please sign in to comment.