From 4ea909d089bcf223822d2370f022c30924dc216b Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 4 Dec 2001 15:42:15 +0000 Subject: support install from USB CDROMS (using usb-storage) --- perl-install/modules.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index a3f9e19e5..3351680ab 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -127,6 +127,9 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "catc" => "CATC EL1210A NetMate USB Ethernet driver", "CDCEther" => "CDCEther", }], +[ 'usbstorage', { + "usb-storage" => "usb-storage", +}], [ 'isdn', { "hisax" => "hisax", "hysdn" => "hysdn", -- cgit v1.2.1