From 0b34d1a225efdf278a72abb9d5a8eaed6bd206df Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Mar 2010 21:45:15 +0100 Subject: [PATCH] installer: Enhancement for handling SATA drives. Benutzer reported that his SATA dvd drive is not useable by the installer. We now load the ahci handler to enable support for SATA. --- src/install+setup/install/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install+setup/install/main.c b/src/install+setup/install/main.c index 76d37c2e48..a1dd90d3f7 100644 --- a/src/install+setup/install/main.c +++ b/src/install+setup/install/main.c @@ -125,6 +125,7 @@ int main(int argc, char *argv[]) mysystem("/sbin/modprobe sr_mod"); mysystem("/sbin/modprobe usb-storage"); mysystem("/sbin/modprobe usbhid"); + mysystem("/sbin/modprobe ahci"); mysystem("/sbin/modprobe iso9660"); // CDROM mysystem("/sbin/modprobe ext2"); // Boot patition -- 2.39.2