diff options
author | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-27 21:33:57 +0000 |
---|---|---|
committer | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-27 21:33:57 +0000 |
commit | fb2d4cf2262b65d02a76174ff3fd95467e2e6bad (patch) | |
tree | 677e52c3c4fe5fbcb304457e90f5e548a2c717e5 | |
parent | 5691a45dd69edd8cdad4b19c6ca5d50697f07f81 (diff) |
Openslug & Debianslug: Add missing sd_mod module
-rw-r--r-- | conf/distro/debianslug.conf | 1 | ||||
-rw-r--r-- | conf/distro/openslug.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index f99edfe5fa..cba1190af8 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -108,6 +108,7 @@ kernel-module-ohci-hcd \ kernel-module-ehci-hcd \ kernel-module-uhci-hcd \ kernel-module-scsi-mod \ +kernel-module-sd-mod \ kernel-module-usb-storage \ " diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index cf935606cc..96c779fd49 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -108,6 +108,7 @@ kernel-module-ohci-hcd \ kernel-module-ehci-hcd \ kernel-module-uhci-hcd \ kernel-module-scsi-mod \ +kernel-module-sd-mod \ kernel-module-usb-storage \ " |