Add production warning to 'Both IOM1 and IOM2' firmware update option

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-16 13:39:42 -04:00
parent fd38d2518e
commit 5c3a0b0ed6

View File

@@ -235,7 +235,7 @@ def firmware_update_workflow():
print(" Which IOM(s) would you like to update?")
print(f" {_c(C.BOLD, '1')} IOM1 only")
print(f" {_c(C.BOLD, '2')} IOM2 only")
print(f" {_c(C.BOLD, '3')} Both IOM1 and IOM2")
print(f" {_c(C.BOLD, '3')} Both IOM1 and IOM2 {_c(C.YEL, '(Do not use on production systems)')}")
print()
while True: