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/NEWS | 3 +++ perl-install/any.pm | 4 +++- perl-install/install/NEWS | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index a22020a9d..211cf2fb1 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- drakboot: + o describe what skipping os-prober does (mga#18538) + Version 17.63 - 9 December 2016 - drakedm: 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}; diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 5ca4ee275..249965a44 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- bootloader configuration: + o describe what skipping os-prober does (mga#18538) + Version 17.64 - 11 December 2016 - more int64 init (mga#19895) -- cgit v1.2.1