grub-install: include ehci in list of native modules
authorAndrei Borzenkov <arvidjaar@gmail.com>
Sun, 10 Jan 2016 13:08:06 +0000 (16:08 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Sun, 10 Jan 2016 13:08:06 +0000 (16:08 +0300)
This matches behavior of "nativedisk" command.

Reported and tested by Smith Henry <sh37092@gmail.com>

util/grub-install.c

index eabd6de..6c89c2b 100644 (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])