Skip to content

Commit

Permalink
implement merge for efi
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 21, 2016
1 parent ca850a7 commit bbdb318
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/bootloader/grub2efi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def propose
@secure_boot = true
end

def merge(other)
@secure_boot = other.secure_boot unless other.secure_boot.nil?
end

# Display bootloader summary
# @return a list of summary lines

Expand Down

0 comments on commit bbdb318

Please sign in to comment.