From 64763c370799a94f845a2e9fc8a3e02dc339de9a Mon Sep 17 00:00:00 2001 From: nocode Date: Thu, 9 Jul 2026 15:57:27 +0200 Subject: [PATCH] feat(fws_recap): add intel vmd/rst support indicator to windows dualboot summary Display a notification in the Windows dualboot recap when Intel VMD/RST support is enabled, indicating that the driver has been injected during Windows boot. --- .../site-packages/pyanaconda/ui/gui/spokes/fws_recap.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_recap.py b/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_recap.py index 81a692c..47fa8e7 100644 --- a/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_recap.py +++ b/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_recap.py @@ -189,6 +189,8 @@ def _windows_dualboot_lines(selected): f" ISO : {iso_name}", f" ⚠ TOUT le disque {disk} sera EFFACÉ et dédié à Windows.", ] + if state.get("intel_vmd") == "1": + lines.append(" • Support Intel VMD/RST : activé (pilote injecté au boot Windows)") base = disk.rsplit("/", 1)[-1] if base and base in selected: lines.append(