diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-30 19:46:06 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-30 19:46:06 +0000 |
commit | 90c018e43472e2a8c17130272745dc247705e84d (patch) | |
tree | b40e9566706039ea9ef6272327d839a7043e579c /perl-install | |
parent | a8dd70567bb7f6e321bebef68f6833a9bef1051e (diff) | |
download | drakx-90c018e43472e2a8c17130272745dc247705e84d.tar drakx-90c018e43472e2a8c17130272745dc247705e84d.tar.gz drakx-90c018e43472e2a8c17130272745dc247705e84d.tar.bz2 drakx-90c018e43472e2a8c17130272745dc247705e84d.tar.xz drakx-90c018e43472e2a8c17130272745dc247705e84d.zip |
skip u14-34f on stage1, seems to be duplicate from ultrastor.o
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index bf689991b..c2d9ccb2c 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -421,6 +421,7 @@ my @skip_modules_on_stage1 = ( qw(3w-xxxx pci2220i qla1280 qla2x00 i2o_block), qw(gdth eata eata_pio eata_dma ips), qw(ac3200 at1700 atp ni5010 ni52 ni65), #- unused from Jeff + "u14-34f", #- duplicate from ultrastor.o ); |