summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-06-25 21:54:07 +0000
committerErik Troan <ewt@redhat.com>2001-06-25 21:54:07 +0000
commit7eab3e67bcbffdf15fea6b30243cf4d5f6f3341e (patch)
tree7948e798736df2e4880c4346d07ba771a76be027 /scripts
parent38cace3bab4387bddaaaaa0afd810f19c63795eb (diff)
downloadanaconda-7eab3e67bcbffdf15fea6b30243cf4d5f6f3341e.tar.gz
anaconda-7eab3e67bcbffdf15fea6b30243cf4d5f6f3341e.tar.xz
anaconda-7eab3e67bcbffdf15fea6b30243cf4d5f6f3341e.zip
fill up boot disks, turn on translated bootdisks
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i38610
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index caf7e0be8..77be16337 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -51,11 +51,11 @@ SCSIMODS="sd_mod sr_mod"
SECSTAGE="msdos vfat raid0 raid1 raid5 ext3 reiserfs $IDEMODS $SCSIMODS $LATEUSBMODS"
-COMMONMODULES="vfat $USBMODS agpgart cramfs ramfs"
+COMMONMODULES="vfat $USBMODS agpgart"
LOCALMODULES="$COMMONMODULES BusLogic aic7xxx megaraid ncr53c8xx
sym53c8xx $IDEMODS $SCSIMODS"
-NETWORKMODULES="$COMMONMODULES nfs 3c59x
- eepro100
+NETWORKMODULES="$COMMONMODULES nfs 3c59x ne2k-pci
+ eepro100 e100 tulip pcnet32 hp100
sis900 "
PCMCIAMAINMODULES="$COMMONMODULES nfs $IDEMODS $SCSIMODS"
@@ -97,8 +97,8 @@ makeinitrd --initrdto $TOPDESTPATH/images/initrd-pcmcia.img \
--loaderbin loader-pcmcia \
--modules "$PCMCIAMAINMODULES"
-#for I in `find $BOOTDISKDIR -type d`; do
-for I in $BOOTDISKDIR; do
+#for I in $BOOTDISKDIR; do
+for I in `find $BOOTDISKDIR -type d`; do
BOOTLANG=`basename $I`
BOOTDIR=`basename $I | cut -d'_' -f1`