diff options
author | Francois Pons <fpons@mandriva.com> | 2001-10-08 11:57:18 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-10-08 11:57:18 +0000 |
commit | 9c6c482b4de5560599d7bb4594a6a82fc694e92a (patch) | |
tree | a2d42188b10dae3fb41ff217a6fb6895051a8327 /perl-install | |
parent | 47d9286ecee626380ef4ac2d922c92d515a92878 (diff) | |
download | drakx-backup-do-not-use-9c6c482b4de5560599d7bb4594a6a82fc694e92a.tar drakx-backup-do-not-use-9c6c482b4de5560599d7bb4594a6a82fc694e92a.tar.gz drakx-backup-do-not-use-9c6c482b4de5560599d7bb4594a6a82fc694e92a.tar.bz2 drakx-backup-do-not-use-9c6c482b4de5560599d7bb4594a6a82fc694e92a.tar.xz drakx-backup-do-not-use-9c6c482b4de5560599d7bb4594a6a82fc694e92a.zip |
keep isp and gdth module for hd.img (as well as all.rdz) as they have been
removed from the skip list for stage1.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/modules.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 160ed18ff..92c88f185 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -427,9 +427,8 @@ my @skip_modules_on_stage1 = ( "parport", "parport_pc", "plip", - if_(arch() !~ /ia64/, qw(qla1280)), qw(3w-xxxx pci2220i qla2x00 i2o_block), - qw(gdth eata eata_pio eata_dma ips), + qw(eata eata_pio eata_dma), 'AM53C974', # deprecated by tmscsim qw(ac3200 at1700 atp ni5010 ni52 ni65), #- unused from Jeff "u14-34f", #- duplicate from ultrastor.o |