diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-11-27 04:31:29 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-11-27 04:31:29 +0000 |
commit | faa37f5b50f6f2da6774870c16d058cabdac97c5 (patch) | |
tree | d849ca05e5848c78e56325060bb89d42b4cd7b3d /conf/distro/debianslug.conf | |
parent | 6e20e71f6e5d40ff45d5554bb21755658fd85102 (diff) |
slugos: updated debianslug and openslug to include IDE kernel modules in the rootfs
Diffstat (limited to 'conf/distro/debianslug.conf')
-rw-r--r-- | conf/distro/debianslug.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index c570d7c18f..0b333e2f01 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -108,6 +108,12 @@ kernel-module-sd-mod \ kernel-module-usb-storage \ " +# Add modules required for IDE support +DEBIANSLUG_STANDARD_RDEPENDS += "\ +kernel-module-libata \ +kernel-module-pata-artop \ +" + # This documents other file systems which are built but not installed # by default in the flash image. # |