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:
+2
@@ -189,6 +189,8 @@ def _windows_dualboot_lines(selected):
|
|||||||
f" ISO : {iso_name}",
|
f" ISO : {iso_name}",
|
||||||
f" ⚠ TOUT le disque {disk} sera EFFACÉ et dédié à Windows.",
|
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]
|
base = disk.rsplit("/", 1)[-1]
|
||||||
if base and base in selected:
|
if base and base in selected:
|
||||||
lines.append(
|
lines.append(
|
||||||
|
|||||||
Reference in New Issue
Block a user