Skip to content

Commit

Permalink
improved description
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jul 7, 2016
1 parent fbd49d8 commit d4391b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions package/autoyast2.changes
@@ -1,9 +1,10 @@
-------------------------------------------------------------------
Wed Jul 6 17:56:38 CEST 2016 - schubi@suse.de

- The entry "kexec_reboot" can be set by the AutoYaST configuration
file (general section) and should not be reset by any other
product description ("forceboot").
- The entry "kexec_reboot" in the Product description can be set
by the AutoYaST configuration setting (general/forceboot) and should
not be reset by any other Product desciption file.
Fix: Set it again after reading a new Product description.
(bnc#981434)
- 3.1.137

Expand Down
7 changes: 4 additions & 3 deletions src/clients/inst_autosetup.rb
Expand Up @@ -188,9 +188,10 @@ def main
["Import", Ops.get_map(Profile.current, "add-on", {})]
)
Call.Function("add-on_auto", ["Write"])
# The entry "kexec_reboot" can be set by the AutoYaST configuration
# file (general section) and should not be reset by any other
# product description file. So we set it here again.
# The entry "kexec_reboot" in the Product description can be set
# by the AutoYaST configuration setting (general/forceboot) and should
# not be reset by any other Product desrciption file.
# So we set it here again.
# bnc#981434
AutoinstGeneral.Write
end
Expand Down

0 comments on commit d4391b7

Please sign in to comment.