summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-12-11 18:27:56 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-12-11 18:33:01 +0100
commit4941a2af6dc4ad94abeee810d6e0eb6e2bf241cb (patch)
treef8c2304275a90c4deef01e75b9f87cb48c25159e /perl-install/any.pm
parente731f20344fa9a7d30e90edfae62a6685d89e07c (diff)
downloaddrakx-4941a2af6dc4ad94abeee810d6e0eb6e2bf241cb.tar
drakx-4941a2af6dc4ad94abeee810d6e0eb6e2bf241cb.tar.gz
drakx-4941a2af6dc4ad94abeee810d6e0eb6e2bf241cb.tar.bz2
drakx-4941a2af6dc4ad94abeee810d6e0eb6e2bf241cb.tar.xz
drakx-4941a2af6dc4ad94abeee810d6e0eb6e2bf241cb.zip
describe what skipping os-prober does (mga#18538)
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm4
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};