From f5fb51c9c0d92d8adee33bacb782a315c6b0c297 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 4 Jul 2016 15:32:38 +0200 Subject: add help link for sound (mga#11824) --- perl-install/harddrake/sound.pm | 1 + perl-install/install/NEWS | 2 ++ 2 files changed, 3 insertions(+) diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index f9c091500..edf7208f2 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -138,6 +138,7 @@ sub config { $write_config->(); } } elsif ($in->ask_from_({ title => N("Sound configuration"), + interactive_help_id => 'soundConfig', messages => $device->{description} . "\n\n" . N("Your card uses the \"%s\" driver", $driver), diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index eedb7dd3b..c44aa3e28 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -2,6 +2,8 @@ o allow installing grub2 on XFS / o make clear grub2 is installed on ESP under UEFI o make sure we only offer lilo/grub choice on upgrades only +- summary: + o add help link for sound (mga#11824) Version 17.47 - 30 June 2016 -- cgit v1.2.1