mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 00:12:58 +02:00
SMP Kernel now default
Changed alias order of SATA AHCI modul
This commit is contained in:
@@ -119,11 +119,6 @@ int main(int argc, char *argv[])
|
||||
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