mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user