From 4941a2af6dc4ad94abeee810d6e0eb6e2bf241cb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 11 Dec 2016 18:27:56 +0100 Subject: describe what skipping os-prober does (mga#18538) --- perl-install/any.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/any.pm') 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}; -- cgit v1.2.1