diff --git a/pkg/baremetal/profiles/profiles.go b/pkg/baremetal/profiles/profiles.go index bb604dafca..d69e70c858 100644 --- a/pkg/baremetal/profiles/profiles.go +++ b/pkg/baremetal/profiles/profiles.go @@ -27,7 +27,7 @@ type IPMIProfile struct { func DefaultProfile() IPMIProfile { return IPMIProfile{ - LanChannel: []int{1}, + LanChannel: []int{1, 2, 8}, RootName: "root", RootId: 2, }