diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-04 15:42:15 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-04 15:42:15 +0000 |
commit | 4ea909d089bcf223822d2370f022c30924dc216b (patch) | |
tree | 629d78c0ecf770c0ba09a03c14c5d5665a67c6b7 /perl-install | |
parent | 236957fd6340b181d5f34629eceff43546e8e8e9 (diff) | |
download | drakx-4ea909d089bcf223822d2370f022c30924dc216b.tar drakx-4ea909d089bcf223822d2370f022c30924dc216b.tar.gz drakx-4ea909d089bcf223822d2370f022c30924dc216b.tar.bz2 drakx-4ea909d089bcf223822d2370f022c30924dc216b.tar.xz drakx-4ea909d089bcf223822d2370f022c30924dc216b.zip |
support install from USB CDROMS (using usb-storage)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/modules.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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", |