Skip to content

Commit

Permalink
Update doxcat
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-sa1 committed Jul 31, 2024
1 parent e497b5a commit 8844710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xCAT-genesis-scripts/usr/bin/doxcat
Original file line number Diff line number Diff line change
Expand Up @@ -424,14 +424,14 @@ while :; do
if [ $IPMI_SUPPORT -ne 0 ]; then
# Set boot from network will cause OpenPOWER server wait at petitboot menu, so do nothing here
if uname -m | grep x86_64; then
ipmitool raw 0x00 0x08 0x03 0x08
ipmitool raw 0x00 0x08 0x03 0x08
ipmitool chassis bootdev pxe
fi
fi
reboot -f
elif [ "$dest" = "install" -o "$dest" = "netboot" ]; then
if [ $IPMI_SUPPORT -ne 0 ]; then
ipmitool raw 0x00 0x08 0x03 0x08
ipmitool raw 0x00 0x08 0x03 0x08
ipmitool chassis bootdev pxe
fi
logger -s -t $log_label -p local4.info "Reboot..."
Expand Down

0 comments on commit 8844710

Please sign in to comment.