2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +00:00

modify xdsh

This commit is contained in:
junxiawang
2015-05-29 06:42:58 -04:00
parent 1058c6e518
commit 5726012efb

View File

@@ -73,11 +73,11 @@ check:rc==0
end
start:xdsh_i_linux
cmd:XCATBYPASS=1 copycds $$ISO
cmd: copycds $$ISO
check:rc==0
cmd:XCATBYPASS=1 genimage __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-netboot-compute
cmd: genimage __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-netboot-compute
check:rc==0
cmd:XCATBYPASS=1 xdsh -i /install/netboot/__GETNODEATTR($$CN,os)__/__GETNODEATTR($$CN,arch)__/compute/rootimg "rpm -qa|grep uuid"
cmd: xdsh -i /install/netboot/__GETNODEATTR($$CN,os)__/__GETNODEATTR($$CN,arch)__/compute/rootimg "rpm -qa|grep uuid"
check:rc==0
check:output=~libuuid
end