From: Michael Tremer Date: Tue, 9 Mar 2010 20:45:15 +0000 (+0100) Subject: installer: Enhancement for handling SATA drives. X-Git-Tag: v2.9-beta1~412^2~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b34d1a225efdf278a72abb9d5a8eaed6bd206df;hp=--cc;p=people%2Fpmueller%2Fipfire-2.x.git 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. --- 0b34d1a225efdf278a72abb9d5a8eaed6bd206df 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