From 15d357898dcef8dd1de72ca9011360e4b00055ce Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 21 Sep 2020 20:14:36 +0300 Subject: Fix by Dave Hodgins --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') 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)"), -- cgit v1.2.1