From patchwork Wed Dec 16 15:22:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 3725 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4CwzQ038SGz3wg1 for ; Wed, 16 Dec 2020 15:22:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CwzPy5Y17z104; Wed, 16 Dec 2020 15:22:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CwzPy4H7Xz2xd1; Wed, 16 Dec 2020 15:22:14 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4CwzPx4YFrz2xbg for ; Wed, 16 Dec 2020 15:22:13 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4CwzPw1jWWzSH; Wed, 16 Dec 2020 15:22:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1608132132; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=9PpvSNqztPo5n91Ge8Kfl6X+fthhpZ/ghl79ykqwhBc=; b=zUNRXucddc33OMUJd3du5aRKBnLYz+0PSMWCUS20SEbxxY3602wDQj5peckOePEFu5ONrV C65y0SdBIUZDwMAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1608132132; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=9PpvSNqztPo5n91Ge8Kfl6X+fthhpZ/ghl79ykqwhBc=; b=GgWeUcPhnJtLbyvFOCPNbxtLBQG1XYn+inLzEPKeh36vm1br3ujLdy6bMsGbrg4a5aXd40 bOGL0OhGoWHg5LNXPNPwa/PRNnGMq+qECgEB8Te8A2CDH0FkRFE0NlOrtUj8XWPoi1TGRG RdmoTsgX/1kKSrRnXpZwodSy/2VUwevanqcfy15hQh6FEqQcRTU5nRSafFs/MTsb/SIjOQ /hgaKCMHTP70EPnPOPke4xbzNBBMZJNHesqfr4M9aowXyDc/5IryR0A5Zs5YpzpVjYOQb/ qJaksVycH2BSLQyPPBT/vcF5uE2LjA9DosKQnRbaqkMuQK0kZn/8pCXr8J4+cw== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] dracut: add hyperv-keyboard module to initrd. Date: Wed, 16 Dec 2020 16:22:02 +0100 Message-Id: <20201216152202.1975-1-arne_f@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" the missing module should be the reason for not responding setup on some hyper-v configurations. Signed-off-by: Arne Fitzenreiter --- lfs/dracut | 2 +- ...patch => dracut-038_add_hyperv-keyboard_and_sdhci-pci.patch} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/patches/{dracut-038_add_sdhci-pci.patch => dracut-038_add_hyperv-keyboard_and_sdhci-pci.patch} (92%) diff --git a/lfs/dracut b/lfs/dracut index a6a6f1f23..c4f7231b1 100644 --- a/lfs/dracut +++ b/lfs/dracut @@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dracut-038-always-enable-mdraid.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dracut-038_add_sdhci-pci.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dracut-038_add_hyperv-keyboard_and_sdhci-pci.patch cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install sbindir=/sbin sysconfdir=/etc diff --git a/src/patches/dracut-038_add_sdhci-pci.patch b/src/patches/dracut-038_add_hyperv-keyboard_and_sdhci-pci.patch similarity index 92% rename from src/patches/dracut-038_add_sdhci-pci.patch rename to src/patches/dracut-038_add_hyperv-keyboard_and_sdhci-pci.patch index b002246d4..19ed15fd3 100644 --- a/src/patches/dracut-038_add_sdhci-pci.patch +++ b/src/patches/dracut-038_add_hyperv-keyboard_and_sdhci-pci.patch @@ -6,7 +6,7 @@ diff -Naur dracut-038.org/modules.d/90kernel-modules/module-setup.sh dracut-038/ hid-logitech-dj hid-microsoft firewire-ohci \ pcmcia usb_storage nvme hid-hyperv hv-vmbus \ - sdhci_acpi -+ sdhci_acpi sdhci_pci ++ hyperv-keyboard sdhci_acpi sdhci_pci if [[ "$(uname -p)" == arm* ]]; then # arm specific modules