summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2020-09-21 20:14:36 +0300
committerYuri Chornoivan <yurchor@ukr.net>2020-09-21 20:14:36 +0300
commit15d357898dcef8dd1de72ca9011360e4b00055ce (patch)
tree34e06c4e665974033596b6dd3dfaa96891ea9640
parentf91a7a31d69df9707fcd542684e9e0b62a6659af (diff)
downloaddrakx-15d357898dcef8dd1de72ca9011360e4b00055ce.tar
drakx-15d357898dcef8dd1de72ca9011360e4b00055ce.tar.gz
drakx-15d357898dcef8dd1de72ca9011360e4b00055ce.tar.bz2
drakx-15d357898dcef8dd1de72ca9011360e4b00055ce.tar.xz
drakx-15d357898dcef8dd1de72ca9011360e4b00055ce.zip
Fix by Dave Hodgins
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 007d578d1..39e9f440a 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -738,7 +738,7 @@ sub setupBootloader__grub2 {
},
},
{ text => N("Probe Foreign OS"), val => \$os_prober, type => 'bool',
- help => N("Uncheck this to prevent grub2 to scan for other installed OS on the system. Also, if grub2 takes too long time to install/update itself, uncheck this option to skip detecting other OSes and make it faster. Be aware of doing this will prevent you to boot other OS from grub2 menus."),
+ help => N("Unselect this option to stop grub2 scanning for other operating systems, which will prevent them from being included in the grub2 boot menu. The option may also be unselected after installation, removing the other operating systems from the grub2 boot menu, but reducing the time needed for installing kernel updates"),
},
if_(is_uefi(),
{ text => N("Install in /EFI/BOOT (removable device or workaround for some BIOSs)"),