diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-04 13:35:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-04 13:35:59 +0000 |
commit | c02b29e5001bf42ea674de23c2d4d5b74f2bc572 (patch) | |
tree | 68c1c15bf2c4eae52e45e1e33100e6c1a8cb52f1 /perl-install/modules.pm | |
parent | f1306e584535dd51934ea0df7d6d4f6f4482a1ee (diff) | |
download | drakx-c02b29e5001bf42ea674de23c2d4d5b74f2bc572.tar drakx-c02b29e5001bf42ea674de23c2d4d5b74f2bc572.tar.gz drakx-c02b29e5001bf42ea674de23c2d4d5b74f2bc572.tar.bz2 drakx-c02b29e5001bf42ea674de23c2d4d5b74f2bc572.tar.xz drakx-c02b29e5001bf42ea674de23c2d4d5b74f2bc572.zip |
(@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so skip them
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 890306063..36687899d 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -398,7 +398,6 @@ qw( sk98lin acenic aironet4500_card com20020-pci hamachi starfire winbond-840 -kaweth dc395x_trm BusLogic seagate fdomain g_NCR5380 tmscsim ) @@ -407,6 +406,7 @@ BusLogic seagate fdomain g_NCR5380 tmscsim my @skip_modules_on_stage1 = ( qw(olympic sktr tmspci ibmtr abyss), # token ring qw(old_tulip rtl8139), # doesn't exist in 2.4 + qw(kaweth pegasus), # usb net if_(arch() =~ /alpha|ppc/, qw(sb1000)), "apa1480_cb", "imm", |