Skip to content

Commit

Permalink
add autoyast support
Browse files Browse the repository at this point in the history
  • Loading branch information
wfeldt committed Feb 21, 2020
1 parent 069a2af commit 332e6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/bootloader/autoyast_converter.rb
Expand Up @@ -234,6 +234,7 @@ def export_grub2efi(res, bootloader)

# only for grub2, not for others
GRUB2_BOOLEAN_MAPPING = {
"secure_boot" => :secure_boot,
"trusted_grub" => :trusted_boot
}.freeze
private_constant :GRUB2_BOOLEAN_MAPPING
Expand Down

0 comments on commit 332e6a2

Please sign in to comment.