diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-08-24 21:20:02 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-08-24 21:20:02 +0000 |
commit | 98211c1d2d7feea431faecb3e9145f9f42c1399e (patch) | |
tree | 743e6c98d5a958501ecb2b58aaf11812dc4fd354 /scripts | |
parent | fa88e64d2cfbdb38e76ab250cc85e594a43087d1 (diff) | |
download | anaconda-98211c1d2d7feea431faecb3e9145f9f42c1399e.tar.gz anaconda-98211c1d2d7feea431faecb3e9145f9f42c1399e.tar.xz anaconda-98211c1d2d7feea431faecb3e9145f9f42c1399e.zip |
natsemi goes off bootnet again as the kernel isn't compiled with -Os anymore due to compiler bugs... I hate space constraints
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mk-images.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index 0651f1349..3cd4c1aee 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -61,8 +61,8 @@ COMMONMODULES="vfat $USBMODS" LOCALMODULES="$COMMONMODULES BusLogic aic7xxx megaraid ncr53c8xx sym53c8xx $IDEMODS $SCSIMODS" NETWORKMODULES="$COMMONMODULES nfs 3c59x ne2k-pci - eepro100 tulip pcnet32 8139too natsemi" -# sis900 e100 hp100" + eepro100 tulip pcnet32 8139too" +# sis900 e100 hp100 natsemi" PCMCIAMAINMODULES="$COMMONMODULES nfs $IDEMODS $SCSIMODS" |