mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Installer: change load order to load ahci after the ext2 module
Removed udev & klibc from updater
This commit is contained in:
@@ -116,12 +116,14 @@ int main(int argc, char *argv[])
|
||||
mysystem("/sbin/modprobe usb-storage");
|
||||
mysystem("/sbin/modprobe usbhid");
|
||||
|
||||
mysystem("/bin/sleep 3");
|
||||
mysystem("/sbin/modprobe ahci"); // SATA AHCI Host controller
|
||||
|
||||
mysystem("/sbin/modprobe iso9660"); // CDROM
|
||||
mysystem("/sbin/modprobe ext2"); // Boot patition
|
||||
mysystem("/sbin/modprobe vfat"); // USB key
|
||||
|
||||
// AHCI must be loaded after the filesystems
|
||||
// or it find no partitions
|
||||
mysystem("/sbin/modprobe ahci"); // SATA AHCI Host controller
|
||||
|
||||
|
||||
/* German is the default */
|
||||
for (choice = 0; langnames[choice]; choice++)
|
||||
|
||||
Reference in New Issue
Block a user