Skip to content

Commit

Permalink
added services-manager for finishing the installation (#520)
Browse files Browse the repository at this point in the history
* added services-manager for finishing the installation
  • Loading branch information
schubi2 committed Feb 14, 2017
1 parent 15c9492 commit acc7ad7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 13 14:12:59 CET 2017 - schubi@suse.de

- Calling services-manager_finish in order to write AutoYaST
service settings (if needed).
(FATE#321738)
- 3.1.217.22

-------------------------------------------------------------------
Mon Feb 13 13:00:42 UTC 2017 - kanderssen@suse.com

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


Name: yast2-installation
Version: 3.1.217.21
Version: 3.1.217.22
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
5 changes: 3 additions & 2 deletions src/lib/installation/clients/inst_finish.rb
Expand Up @@ -390,7 +390,8 @@ def save_config_steps
"autoinst_scripts2",
"installation_settings",
"roles",
"services"
"services",
"services-manager"
].freeze

def save_settings_steps
Expand Down Expand Up @@ -557,7 +558,7 @@ def keep_only_valid_steps(stage)
!(Mode.autoupgrade && info["when"].include?(:autoupg))
next nil
end
log.info "inst_finish client %{s} will be called"
log.info "inst_finish client #{s} will be called"
info["client"] = s

info
Expand Down

0 comments on commit acc7ad7

Please sign in to comment.