diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-07-24 19:15:58 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-07-24 19:15:58 +0000 |
commit | d4805952957f627330be077ba42517faf72de3c5 (patch) | |
tree | 55d2d249aa48bc03bdbb4d87280927432519f5df /scripts/mk-images.i386 | |
parent | 86f0d75d6bcdc465fcb3e7b7c7f923c21e48e9b7 (diff) | |
download | anaconda-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.i386 | 10 |
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" |