summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-02-18 22:00:26 +0000
committerMike Fulbright <msf@redhat.com>2003-02-18 22:00:26 +0000
commit453efc1e3fc7ecb2fab8b05e9df6e87ca3ed41bb (patch)
tree71f9af8f5cbadf3c5522fb6661254c6e0f9de75a /scripts
parentc5269e873bdeb6f49cff67afc0d3922ebbabe1bc (diff)
this is needed so USB cdroms will work
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3864
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 74af48527..c28db0eea 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -81,8 +81,8 @@ The following driver disks are available:
EOF
# 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"
+# FIXME: bleah, have to include sd_mod, sr_mod for usb-storage
+USBMODS="usb-ohci usb-uhci hid keybdev usb-storage sd_mod sr_mod"
# usb-storage goes on both so we can reload it. *sigh*
LATEUSBMODS="mousedev usb-storage"
IDEMODS=""