mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 02:25:55 +00:00
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:
parent
962b69d950
commit
66768b99f1
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user