Skip to content

Commit 6416295

Browse files
committed
Disable any old PXE devices that might be lying around
1 parent 95cd575 commit 6416295

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • python/understack-workflows/understack_workflows

python/understack-workflows/understack_workflows/bmc_bios.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ def required_bios_settings(pxe_interface: str) -> dict[str, str]:
2424
"IPMILan.1.Enable": "Disabled",
2525
# PXE is enabled by default on DELL, but we don't use it:
2626
"PxeDev1EnDis": "Disabled",
27+
"PxeDev2EnDis": "Disabled",
28+
"PxeDev3EnDis": "Disabled",
29+
"PxeDev4EnDis": "Disabled",
2730
# Configure exactly one HTTP port for booting:
2831
"HttpDev1Interface": pxe_interface,
2932
"HttpDev1EnDis": "Enabled",

0 commit comments

Comments
 (0)