From 3b82e1ebb56437dcbcf7237f43f8a237d00eb4a9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 11 Feb 2022 16:28:24 +0100 Subject: [PATCH] ship config to always include simpledrm module in initrd to ensure the newly switched on SYS_FB kconfig doesn't breaks the using the fb for the kernel, e.g., via fbcon Signed-off-by: Thomas Lamprecht --- debian/proxmox-simpledrm | 2 ++ debian/pve-kernel-helper.install | 1 + 2 files changed, 3 insertions(+) create mode 100644 debian/proxmox-simpledrm diff --git a/debian/proxmox-simpledrm b/debian/proxmox-simpledrm new file mode 100644 index 0000000..9f72c59 --- /dev/null +++ b/debian/proxmox-simpledrm @@ -0,0 +1,2 @@ +# ensure the SYS_FB marked framebuffer can actually be used by the fbcon(sole) +simpledrm diff --git a/debian/pve-kernel-helper.install b/debian/pve-kernel-helper.install index 5f264aa..7b68b0d 100644 --- a/debian/pve-kernel-helper.install +++ b/debian/pve-kernel-helper.install @@ -5,3 +5,4 @@ etc/initramfs/post-update.d/proxmox-boot-sync usr/sbin/proxmox-boot-tool usr/sbin/grub-install usr/share/pve-kernel-helper/scripts/functions +debian/proxmox-simpledrm /usr/share/initramfs-tools/modules.d