Skip to content

Commit

Permalink
add comments to bring some light to dark
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 25, 2014
1 parent 3e02aaa commit 3ec830b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/clients/bootloader_proposal.rb
Expand Up @@ -58,11 +58,14 @@ def main
if ["grub2", "grub2-efi"].include? old_bootloader
Builtins.y2milestone "update of grub2, do not repropose"
if !BootCommon.was_read || @force_reset
# blRead(reread, avoid_reading_device_map)
Bootloader.blRead(true, true)
BootCommon.was_read = true
end
else
if !BootCommon.was_proposed || @force_reset
# Repropose the type. A regular Reset/Propose is not enough.
# For more details see bnc#872081
BootCommon.setLoaderType(nil)
Bootloader.Reset
Bootloader.Propose
Expand Down

0 comments on commit 3ec830b

Please sign in to comment.