fix(baremetal): hardcode h3c ipmi lan channel to 1

This commit is contained in:
Zexi Li
2024-01-25 11:52:06 +08:00
parent db8263a347
commit ab50ed67a1

View File

@@ -86,7 +86,8 @@ func QemuProfile() IPMIProfile {
func H3CProfile() IPMIProfile {
return IPMIProfile{
LanChannel: []int{8, 1},
// LanChannel: []int{8, 1},
LanChannel: []int{1},
RootName: "root",
RootId: 2,
StrongPass: true,