mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 20:30:56 +00:00
update rpower for ppc64le
This commit is contained in:
@ -73,7 +73,7 @@ check:rc==0
|
||||
cmd:lsdef $$CN |grep provmethod
|
||||
check:rc==0
|
||||
check:output=~statelite
|
||||
cmd:if [[ "__GETNODEATTR($$CN,arch)__" =~ "ppc64" ]]; then rnetboot $$CN;else rpower $$CN boot; fi
|
||||
cmd:if [[ "__GETNODEATTR($$CN,arch)__" = "ppc64" ]]; then rnetboot $$CN;else rpower $$CN boot; fi
|
||||
check:rc==0
|
||||
|
||||
cmd:sleep 900
|
||||
|
Reference in New Issue
Block a user