Skip to content

Commit

Permalink
initialize bootloader during update if proposed from scratch (bnc#899…
Browse files Browse the repository at this point in the history
…743)
  • Loading branch information
jsrain committed Nov 26, 2014
1 parent b6dc4dc commit 5e53932
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions package/yast2-packager.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 26 13:11:35 UTC 2014 - jsrain@suse.cz

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

-------------------------------------------------------------------
Tue Nov 18 12:45:39 UTC 2014 - jreidinger@suse.com

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!
# intiialize 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 5e53932

Please sign in to comment.