Skip to content

Commit

Permalink
grub2bls
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Oct 25, 2024
1 parent 7a9b9a7 commit 153db7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/bootloader/generic_widgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ def handle
return :redraw if !Yast::Popup.ContinueCancel(popup_msg)
end

if new_bl == "systemd-boot"
if ["systemd-boot", "grub2-bls"].include?(new_bl)
# popup - Continue/Cancel
popup_msg = _(
"\n" \
"Systemd-boot support is currently work in progress and\n" \
"%s support is currently work in progress and\n" \
"may not work as expected. Use at your own risk.\n" \
"\n" \
"Currently we do not provide official maintenance or support.\n" \
"Proceed?\n"
)
) & new_bl

return :redraw if !Yast::Popup.ContinueCancel(popup_msg)
end
Expand Down

0 comments on commit 153db7c

Please sign in to comment.