Skip to content

Commit

Permalink
Moved services-manager to first installation stage
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Feb 15, 2017
1 parent 39ced28 commit d9fffdc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 15 16:27:53 CET 2017 - schubi@suse.de

- Moved services-manager to first installation stage (FATE#321738).
- 3.2.9

-------------------------------------------------------------------
Wed Jan 25 11:42:05 UTC 2017 - igonzalezsosa@suse.com

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


Name: autoyast2
Version: 3.2.8
Version: 3.2.9
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
4 changes: 4 additions & 0 deletions src/clients/inst_autosetup.rb
Expand Up @@ -388,8 +388,12 @@ def main
if Profile.current.has_key? ('runlevel')
# still supporting old format "runlevel"
ServicesManager.import(Profile.current['runlevel'])
# Do not start it in second installation stage
Profile.remove_sections("runlevel")
elsif Profile.current.has_key? ('services-manager')
ServicesManager.import(Profile.current['services-manager'])
# Do not start it in second installation stage
Profile.remove_sections("services-manager")
else
# We will have to set default entries which are defined
# in the import call of ServicesManager
Expand Down

0 comments on commit d9fffdc

Please sign in to comment.