]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
installer: Enhancement for handling SATA drives.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Mar 2010 20:45:15 +0000 (21:45 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Mar 2010 20:45:15 +0000 (21:45 +0100)
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

index 76d37c2e487d2c03101bb09911380552508f4a50..a1dd90d3f75c8c1386c149f026b470a4f2d63f66 100644 (file)
@@ -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