dracut/0039-fix-qemu-add-missing-bochs-module-explicitly.patch
Pavel Valena 2af42b1801 build: batch of fixes 2026-08-13
- fix(qemu): add missing bochs module explicitly
- fix(base): escape die() message in emergency hook script
- fix(base): replace eval with safe variable indirection in splitsep and export_n

Resolves: RHEL-172462,RHEL-210943

From-source-git-commit: 2a395c7d4abe8e26836ecf109ab69600d4243e03
2026-08-13 16:43:22 +02:00

28 lines
796 B
Diff

From 6328318f17933798a4a1a4e3b974b27070a470ad Mon Sep 17 00:00:00 2001
From: Pavel Valena <pvalena@redhat.com>
Date: Wed, 12 Aug 2026 22:55:18 +0200
Subject: [PATCH 39/41] fix(qemu): add missing bochs module explicitly
As it is needed to display console properly, and doesn't get detected in some cases.
Resolves: RHEL-172462
---
modules.d/90qemu/module-setup.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modules.d/90qemu/module-setup.sh b/modules.d/90qemu/module-setup.sh
index fecaca61..27c4c143 100755
--- a/modules.d/90qemu/module-setup.sh
+++ b/modules.d/90qemu/module-setup.sh
@@ -21,4 +21,7 @@ installkernel() {
spapr-vscsi \
qemu_fw_cfg \
efi_secret
+
+ # needed for displaying console properly
+ hostonly='' instmods bochs
}
--
2.55.0