From faa37f5b50f6f2da6774870c16d058cabdac97c5 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 27 Nov 2006 04:31:29 +0000 Subject: [PATCH] slugos: updated debianslug and openslug to include IDE kernel modules in the rootfs --- conf/distro/debianslug.conf | 6 ++++++ conf/distro/openslug.conf | 6 ++++++ 2 files changed, 12 insertions(+) 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. # diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 4277888bfa..55a6942a4f 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -108,6 +108,12 @@ kernel-module-sd-mod \ kernel-module-usb-storage \ " +# Add modules required for IDE support +OPENSLUG_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. # -- 2.39.5