diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-04-15 22:32:14 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-04-15 22:32:14 +0000 |
commit | 420c4375ee765b63a6c9417f31b81552b7b9ff50 (patch) | |
tree | 49ef83e968c8276d034232dfcc8c83944c1db815 /scripts | |
parent | 3a19cb5550e82fb3776662453bc16a3ae7014f14 (diff) | |
download | anaconda-420c4375ee765b63a6c9417f31b81552b7b9ff50.tar.gz anaconda-420c4375ee765b63a6c9417f31b81552b7b9ff50.tar.xz anaconda-420c4375ee765b63a6c9417f31b81552b7b9ff50.zip |
try to nuke some more possible wireless cards that might sneak in
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mk-images.i386 | 9 |
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 |