Skip to content

Commit

Permalink
Merge pull request #281 from yast/autoyast-validation-doc
Browse files Browse the repository at this point in the history
Autoyast validation documentation
  • Loading branch information
imobachgs committed Nov 19, 2015
2 parents f659d8a + e699ca7 commit a8623b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-bootloader.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 18 12:10:10 UTC 2015 - mvidner@suse.com

- Fix validation of AutoYaST profiles (bsc#954412)
- 3.1.94.8

-------------------------------------------------------------------
Fri Sep 11 16:46:11 UTC 2015 - ancor@suse.com

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


Name: yast2-bootloader
Version: 3.1.94.7
Version: 3.1.94.8
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
7 changes: 7 additions & 0 deletions src/clients/bootloader_auto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ def main
@ret = BootloaderAutoSequence()
return deep_copy(@ret)
# Return configuration data
#
# Some of the sections are useless as they're ignored during import.
# (for example, entries are generated by Grub2 itself).
#
# More details can be found in the original pull request at
# https://github.com/yast/yast-bootloader/pull/272
#
# return map or list
elsif @func == "Export"
@ret = Export2AI(
Expand Down

0 comments on commit a8623b1

Please sign in to comment.