mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user