From 62254811298b98038ac64194a1ee5f4cca2b32c5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 11 May 2015 03:53:33 -0400 Subject: fix message (mga#51414) the message is actually about loading ide-cd_mod & sr_mod We don't load any other IDE modules for 13 years, since commit bf78357f11057c2ce0bb8b40cc3e0f7609665c45 We later added support for SCSI optical drives too in commit 9602001c7823079a8e8ca0e737a8fe2f6c0db0d2 --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/steps_interactive.pm') diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index c78535a37..ab2085a06 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -261,7 +261,7 @@ sub setupSCSI { install::any::configure_pcmcia($o); { - my $_w = $o->wait_message(N("IDE"), N("Configuring IDE")); + my $_w = $o->wait_message(N("CD/DVD"), N("Configuring CD/DVD")); modules::load(modules::category2modules('disk/cdrom')); } modules::interactive::load_category($o, $o->{modules_conf}, 'bus/firewire', 1); -- cgit v1.2.1