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.
This commit is contained in:
Michael Tremer
2010-03-09 21:45:15 +01:00
parent b7b168eb89
commit 0b34d1a225

View 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