summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-12-19 19:37:26 +0000
committerErik Troan <ewt@redhat.com>2000-12-19 19:37:26 +0000
commit9228f8e3e885b3989cfb0c31237d6072389ed57c (patch)
tree7b784b1461610d8863a808e70b8077092026a59f
parentccb8c6902e490b81473baa667833cf0415ecb387 (diff)
downloadanaconda-9228f8e3e885b3989cfb0c31237d6072389ed57c.tar.gz
anaconda-9228f8e3e885b3989cfb0c31237d6072389ed57c.tar.xz
anaconda-9228f8e3e885b3989cfb0c31237d6072389ed57c.zip
added ide to more places
-rw-r--r--scripts/mk-images.i3865
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index c971b764f..d6ab3ff72 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -42,8 +42,7 @@ IDEMODS="ide-mod ide-probe-mod ide-disk ide-cd"
SECSTAGE="vfat raid0 raid1 raid5 $IDEMODS $LATEUSBMODS"
COMMONMODULES="vfat $USBMODS agpgart"
-LOCALMODULES="$COMMONMODULES BusLogic
- aic7xxx megaraid ncr53c8xx
+LOCALMODULES="$COMMONMODULES BusLogic aic7xxx megaraid ncr53c8xx
sym53c8xx $IDEMODS"
NETWORKMODULES="$COMMONMODULES nfs 3c509 3c59x 8390 ne ne2k-pci de4x5
eepro100 e100 e1000 pcnet32 tulip pcnet32 rtl8129 hp100
@@ -84,7 +83,7 @@ makeinitrd --initrdto $TOPDESTPATH/images/initrd-pcmcia.img \
--pcmcia \
--initrdsize 2100 \
--loaderbin loader-pcmcia \
- --modules "nfs vfat"
+ --modules "nfs vfat $IDEMODS"
for I in `find $BOOTDISKDIR -type d`; do
BOOTLANG=`basename $I`