Skip to content

Commit

Permalink
Merge pull request #54 from yast/review_140620_correct_autoyast_mode
Browse files Browse the repository at this point in the history
enable correct autoyast mode
  • Loading branch information
schubi2 committed Jun 20, 2014
2 parents c67e42c + 8efba10 commit d47b481
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
9 changes: 9 additions & 0 deletions package/autoyast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 20 16:01:21 CEST 2014 - schubi@suse.de

- Do not set Mode.config after the autoyast installation has been
booted into the system. The original Bug #881378 has been
fixed on another place. The current fix solves the Bug
bnc#883025
- 3.1.35

-------------------------------------------------------------------
Thu Jun 12 14:33:38 UTC 2014 - schubi@suse.com

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.1.34
Version: 3.1.35
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
7 changes: 2 additions & 5 deletions src/modules/AutoInstall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,8 @@ def AutoInstall
"AutoYaST upgrade mode already set, keeping it"
)
else
# The autoyast installation is in the second installation stage.
# So the target system has been booted.
# BNC#881378
Builtins.y2milestone("Enabling Auto-Installation config mode")
Mode.SetMode("autoinst_config")
Builtins.y2milestone("Enabling Auto-Installation mode")
Mode.SetMode("autoinstallation")
end
elsif Mode.autoinst
Builtins.y2milestone(
Expand Down

0 comments on commit d47b481

Please sign in to comment.