Skip to content

Commit

Permalink
Merge pull request #209 from bmc-toolbox/abdrabo/x11-pxe-boot
Browse files Browse the repository at this point in the history
Update Supermicro X11 PXE boot command
  • Loading branch information
abdrabo authored Mar 17, 2021
2 parents 428fe2c + 28596b0 commit 80581fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/supermicro/supermicrox11/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (s *SupermicroX) PxeOnce() (status bool, err error) {
if err != nil {
return status, err
}
_, err = i.PxeOnceEfi(context.Background())
_, err = i.PxeOnceMbr(context.Background())
if err != nil {
return false, err
}
Expand Down

0 comments on commit 80581fa

Please sign in to comment.