diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 0d58f95cb..c3ab97eb7 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -729,6 +729,10 @@ sub setupBootloader__grub2 { { text => N("Probe Foreign OS"), val => \$os_prober, type => 'bool', help => N("If grub2 takes too long to install, you can use this option to skip detecting other OSes and make it fast"), }, + if_(is_uefi(), + { text => N("Install in /EFI/BOOT (workaround for some BIOSs)"), + val => \$b->{removable}, type => 'bool' }, + ), ]); if ($res) { $b->{entries} = $b2->{entries}; |