From 610f1fd1cf1ea8ed2cff4bdff4aa2d1a7ab12e0b Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Wed, 27 Aug 2003 18:19:39 +0000 Subject: fix firmware name (shame on me) --- perl-install/network/adsl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 6a1f82538..da89fa44b 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -228,7 +228,7 @@ user "$adsl->{login}" You can provide it now via a floppy or your windows partition, or skip and do it later."), $l) or return; - $answer eq "Use a floppy" and load_firmware_floppy("boot.msg", "/usr/share/speedtouch/") || goto firmware; + $answer eq "Use a floppy" and load_firmware_floppy("mgmt.o", "/usr/share/speedtouch/") || goto firmware; $answer eq "Use my Windows partition" and goto firmware; # to be done $answer eq "Do it later" and $in->ask_warn('', N("You need the Alcatel microcode. Download it at: -- cgit v1.2.1