From 3341f2399b4d410086fb4fe98ce02800ebfa442b Mon Sep 17 00:00:00 2001 From: daniceexi Date: Thu, 30 May 2013 08:45:42 +0000 Subject: [PATCH] force to boot from pxe before the reboot in the genesis git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16473 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-genesis-scripts/bin/doxcat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-genesis-scripts/bin/doxcat b/xCAT-genesis-scripts/bin/doxcat index 075d5b565..7c8b9f61f 100755 --- a/xCAT-genesis-scripts/bin/doxcat +++ b/xCAT-genesis-scripts/bin/doxcat @@ -159,8 +159,10 @@ while :; do cd - elif [ "$dest" = "reboot" -o "$dest" = "boot" ]; then /bin/nextdestiny $XCATMASTER:$XCATPORT + ipmitool chassis bootdev pxe reboot -f elif [ "$dest" = "install" -o "$dest" = "netboot" ]; then + ipmitool chassis bootdev pxe reboot -f elif [ "$dest" = sysclone ]; then /bin/dosysclone