Skip to content

Commit

Permalink
systemboot: add OCP Crater Lake to supported OEM product list
Browse files Browse the repository at this point in the history
Signed-off-by: Johnny Lin <[email protected]>
  • Loading branch information
johnnylinwiwynn authored and probot-auto-merge[bot] committed Jul 23, 2021
1 parent 53b7643 commit a2120b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/boot/systemboot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const VpdBmcBootOrderOverride = "bmc_bootorder_override"
var bmcBootOverride bool

// Product list for running IPMI OEM commands
var productList = [3]string{"Tioga Pass", "Mono Lake", "Delta Lake"}
var productList = [4]string{"Tioga Pass", "Mono Lake", "Delta Lake", "CraterLake"}

var selRecorded bool

Expand Down

0 comments on commit a2120b5

Please sign in to comment.