diff options
| author | Erik Troan <ewt@redhat.com> | 2000-12-08 21:44:07 +0000 |
|---|---|---|
| committer | Erik Troan <ewt@redhat.com> | 2000-12-08 21:44:07 +0000 |
| commit | 8667a3c44ba6451f79a2f91df6bf8cc80c898e75 (patch) | |
| tree | f2a82f5b17b455cded82752d109cc6b5da4bbffb /scripts | |
| parent | f443e96dccd0480049dbf9600926d5a4363ab987 (diff) | |
added modular ide support
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mk-images.i386 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index 37f73c08f..d539bac4a 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -37,13 +37,14 @@ prepareBootImage() { # LATEUSBMODS go in the second stage USBMODS="usb-ohci usb-uhci hid keybdev" LATEUSBMODS="mousedev" +IDEMODS="ide-mod ide-probe-mod ide-disk ide-cd" -SECSTAGE="vfat raid0 raid1 raid5 $LATEUSBMODS" +SECSTAGE="vfat raid0 raid1 raid5 $IDEMODS $LATEUSBMODS" COMMONMODULES="vfat $USBMODS agpgart" LOCALMODULES="$COMMONMODULES BusLogic aic7xxx megaraid ncr53c8xx - sym53c8xx" + sym53c8xx $IDEMODS" NETWORKMODULES="$COMMONMODULES 3c509 3c59x 3c90x 8390 ac3200 at1700 de4x5 de600 de620 depca dgrs eepro100 eepro nfs " |
