From 88447104e5daecb4f3fcd1412e34b619c9d73068 Mon Sep 17 00:00:00 2001 From: abhishek-sa1 Date: Wed, 31 Jul 2024 08:54:55 +0530 Subject: [PATCH] Update doxcat --- xCAT-genesis-scripts/usr/bin/doxcat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-genesis-scripts/usr/bin/doxcat b/xCAT-genesis-scripts/usr/bin/doxcat index 88b4dca26..67d5cefb7 100755 --- a/xCAT-genesis-scripts/usr/bin/doxcat +++ b/xCAT-genesis-scripts/usr/bin/doxcat @@ -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..."