diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 2c4f421de..b6688e58a 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -648,7 +648,9 @@ sub setupBootloader__grub2 { 1; }, }, - { text => N("Probe Foreign OS"), val => \$os_prober, type => 'bool' }, + { 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 ($res) { $b->{entries} = $b2->{entries}; |