Skip to content

Commit

Permalink
Merge pull request #96 from jsrain/bnc899743
Browse files Browse the repository at this point in the history
SLE12-SP1: initialize bootloader during update if proposed from scratch (bnc#899743)
  • Loading branch information
jsrain committed Feb 4, 2015
2 parents 24404ae + bd7db73 commit bda8b9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions package/yast2-packager.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 26 13:11:35 UTC 2014 - jsrain@suse.cz

- initialize bootloader during update if proposed from scratch
(bnc#899743)
- 3.1.59

-------------------------------------------------------------------
Tue Feb 3 09:01:07 UTC 2015 - lslezak@suse.cz

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


Name: yast2-packager
Version: 3.1.58
Version: 3.1.59
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
8 changes: 4 additions & 4 deletions src/clients/inst_kickoff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ def main
# load all network modules
load_network_modules

# perform actions needed by various bootloaders before packages
# get updated
# Bootloader::PreUpdate ();
# -- this function call does NOTHING!
# initialize bootloader
# will return immediatly unless bootloader configuration was
# proposed from scratch (bnc#899743)
WFM.CallFunction("inst_bootloader", WFM.Args)
end
end

Expand Down

0 comments on commit bda8b9b

Please sign in to comment.