From: Vaughan Cao Date: Thu, 9 Oct 2014 08:41:31 +0000 (+0800) Subject: Add hyperv-keyboard kernel module for Hyper-V Gen2 VM X-Git-Tag: 039~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a3e1a0e4a86681fab3baf9662f2d40733876ea2;p=thirdparty%2Fdracut.git Add hyperv-keyboard kernel module for Hyper-V Gen2 VM The synthetic keyboard of a Gen2 Linux VM doesn't work before the hyperv_keyboard module is loaded. Without it, we can't cancel the media check phase if boot with rd.live.check option. Gen1 Linux VM doesn't have the same issue because the host emulates the legacy i8042 keyboard for Gen1 VM. Signed-off-by: Vaughan Cao --- diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh index eea30e694..83b899558 100755 --- a/modules.d/90kernel-modules/module-setup.sh +++ b/modules.d/90kernel-modules/module-setup.sh @@ -45,7 +45,7 @@ installkernel() { atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \ hid-logitech-dj hid-microsoft hid-lcpower firewire-ohci \ pcmcia usb_storage nvme hid-hyperv hv-vmbus \ - sdhci_acpi + sdhci_acpi hyperv-keyboard if [[ "$(uname -p)" == arm* ]]; then # arm specific modules