From 453efc1e3fc7ecb2fab8b05e9df6e87ca3ed41bb Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Tue, 18 Feb 2003 22:00:26 +0000 Subject: this is needed so USB cdroms will work --- scripts/mk-images.i386 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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="" -- cgit