summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-23 05:00:45 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-23 05:00:45 +0000
commit86339f281d745c4ccfa078d97ae2d727d8b50525 (patch)
tree3ef5814312fbdd26f42eabbbabdb6a2e6966e721 /scripts
parentcc99ca18a0c1b57ce18482d0832fcd31839795e9 (diff)
downloadanaconda-86339f281d745c4ccfa078d97ae2d727d8b50525.tar.gz
anaconda-86339f281d745c4ccfa078d97ae2d727d8b50525.tar.xz
anaconda-86339f281d745c4ccfa078d97ae2d727d8b50525.zip
sd_mod goes with usbmods so that we can load usb-storage
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3865
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 58d84471f..43fd5fc43 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -82,8 +82,9 @@ The following driver disks are available:
EOF
-# LATEUSBMODS go in the second stage
-USBMODS="usb-ohci usb-uhci hid keybdev usb-storage"
+# LATEUSBMODS go in the second stage.
+# FIXME: bleah, have to include sd_mod for usb-storage
+USBMODS="usb-ohci usb-uhci hid keybdev usb-storage sd_mod"
# usb-storage goes on both so we can reload it. *sigh*
LATEUSBMODS="mousedev usb-storage"
IDEMODS=""