summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.i386
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-24 19:15:58 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-24 19:15:58 +0000
commitd4805952957f627330be077ba42517faf72de3c5 (patch)
tree55d2d249aa48bc03bdbb4d87280927432519f5df /scripts/mk-images.i386
parent86f0d75d6bcdc465fcb3e7b7c7f923c21e48e9b7 (diff)
downloadanaconda-d4805952957f627330be077ba42517faf72de3c5.tar.gz
anaconda-d4805952957f627330be077ba42517faf72de3c5.tar.xz
anaconda-d4805952957f627330be077ba42517faf72de3c5.zip
support of usb storage from the boot disks. also, use nifty new kudzu
floppy probing to find our floppy devices (and therefore include /dev/fd[01] in /dev so they can be probed)
Diffstat (limited to 'scripts/mk-images.i386')
-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 0cf39331d..4ba4774ca 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -50,19 +50,19 @@ prepareBootImage() {
}
# LATEUSBMODS go in the second stage
-USBMODS="usb-ohci usb-uhci hid keybdev"
+USBMODS="usb-ohci usb-uhci hid keybdev usb-storage"
LATEUSBMODS="mousedev"
IDEMODS=""
SCSIMODS="sd_mod sr_mod"
-SECSTAGE="msdos vfat raid0 raid1 raid5 ext3 reiserfs $IDEMODS $SCSIMODS $LATEUSBMODS"
+SECSTAGE="agpgart msdos vfat raid0 raid1 raid5 ext3 reiserfs $IDEMODS $SCSIMODS $LATEUSBMODS"
-COMMONMODULES="vfat $USBMODS agpgart"
+COMMONMODULES="vfat $USBMODS"
LOCALMODULES="$COMMONMODULES BusLogic aic7xxx megaraid ncr53c8xx
sym53c8xx $IDEMODS $SCSIMODS"
NETWORKMODULES="$COMMONMODULES nfs 3c59x ne2k-pci
- eepro100 e100 tulip pcnet32 hp100"
-# sis900 "
+ eepro100 tulip pcnet32"
+# sis900 e100 hp100 8139too"
PCMCIAMAINMODULES="$COMMONMODULES nfs $IDEMODS $SCSIMODS"