diff options
Diffstat (limited to 'external')
-rw-r--r-- | external/boot-tests/bmc_support.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/boot-tests/bmc_support.sh b/external/boot-tests/bmc_support.sh index 4b1c004..c273cfd 100644 --- a/external/boot-tests/bmc_support.sh +++ b/external/boot-tests/bmc_support.sh @@ -37,6 +37,8 @@ function poweroff { function force_primary_side { # Now we force booting from primary (not golden) side $IPMI_COMMAND raw 0x04 0x30 0x5c 0x01 0x00 0x00 0 0 0 0 0 0 + # and from somewhere else we get this raw command. Obvious really. + $IPMI_COMMAND raw 0x04 0x30 0xd2 0x01 0x00 0x00 0 0 0 0 0 0 sleep 8 } |