grub-install: include ehci in list of native modules

This matches behavior of "nativedisk" command.

Reported and tested by Smith Henry <sh37092@gmail.com>
This commit is contained in:
Andrei Borzenkov 2016-01-10 16:08:06 +03:00
parent 962b69d950
commit 66768b99f1
1 changed files with 1 additions and 0 deletions

View File

@ -1282,6 +1282,7 @@ main (int argc, char *argv[])
grub_install_push_module ("ahci");
grub_install_push_module ("ohci");
grub_install_push_module ("uhci");
grub_install_push_module ("ehci");
grub_install_push_module ("usbms");
}
else if (disk_module && disk_module[0])