* grub-core/commands/nativedisk.c: Customize the list of modules on

platform. Don't try to search for disks already using native drivers.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-29 12:14:57 +02:00
parent f7bf6c31f3
commit ef9d8cd510
3 changed files with 89 additions and 21 deletions

View file

@ -510,6 +510,10 @@ module = {
module = {
name = nativedisk;
common = commands/nativedisk.c;
enable = x86;
enable = mips_loongson;
enable = mips_qemu_mips;
};
module = {