From 9593f48197d8c191db62939e8253d7cf26b3dea7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 11 Dec 2016 18:31:49 +0100 Subject: show generic help too when using grub2 --- perl-install/NEWS | 1 + perl-install/any.pm | 1 + perl-install/install/NEWS | 1 + 3 files changed, 3 insertions(+) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 211cf2fb1..fe3ed7e57 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - drakboot: o describe what skipping os-prober does (mga#18538) + o show generic help too when using grub2 Version 17.63 - 9 December 2016 diff --git a/perl-install/any.pm b/perl-install/any.pm index b6688e58a..278abe10e 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -634,6 +634,7 @@ sub setupBootloader__grub2 { my $res = $in->ask_from_( { title => N("Bootloader Configuration"), + interactive_help_id => 'setupBootloaderAddEntry', }, [ { label => N("Default"), val => \$default, diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 249965a44..9598e0399 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - bootloader configuration: o describe what skipping os-prober does (mga#18538) + o show generic help too when using grub2 Version 17.64 - 11 December 2016 -- cgit v1.2.1