SMP Kernel now default

Changed alias order of SATA AHCI modul
This commit is contained in:
Arne Fitzenreiter
2008-07-21 19:28:19 +02:00
parent b9a5bed1de
commit ceba6fdfeb
4 changed files with 28 additions and 37 deletions

View File

@@ -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++)