summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-04-15 22:32:14 +0000
committerJeremy Katz <katzj@redhat.com>2004-04-15 22:32:14 +0000
commit420c4375ee765b63a6c9417f31b81552b7b9ff50 (patch)
tree49ef83e968c8276d034232dfcc8c83944c1db815
parent3a19cb5550e82fb3776662453bc16a3ae7014f14 (diff)
downloadanaconda-420c4375ee765b63a6c9417f31b81552b7b9ff50.tar.gz
anaconda-420c4375ee765b63a6c9417f31b81552b7b9ff50.tar.xz
anaconda-420c4375ee765b63a6c9417f31b81552b7b9ff50.zip
try to nuke some more possible wireless cards that might sneak in
-rw-r--r--scripts/mk-images.i3869
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 87cccd4f5..e782531dd 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -84,6 +84,9 @@ PCMCIAMODULES_EXCLUDED="
apa1480_cb
airo
airo_cs
+ atmel
+ atmel_cs
+ atmel_pci
aironet4500_core
aironet4500_proc
hermes
@@ -91,6 +94,7 @@ PCMCIAMODULES_EXCLUDED="
iflash2_mtd
memory_cb
memory_cs
+ netwave_cs
parport_cs
parport_pc
parport
@@ -100,10 +104,15 @@ PCMCIAMODULES_EXCLUDED="
aironet4500_cs
orinoco_cs
orinoco
+ orinoco_pci
+ orinoco_plx
+ orinoco_tmd
+ prism54
orinoco_old_cs
wavelan
wavelan_cs
wvlan_cs
+ wl3501_cs
"
PCMCIAMODULES_EXCLUDED_SED="sed"
for m in $PCMCIAMODULES_EXCLUDED