]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
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 eabd6de4d17e9e9bd0c222195c7f117053815f17..6c89c2b0cd7dedd8e9d1fb2179c6ef78b02cec56 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])