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.
This commit is contained in:
2026-07-09 15:57:27 +02:00
parent 2e2108d2b8
commit 64763c3707
@@ -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(