remove absolute path of packimage

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8883 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ellen56 2011-02-17 10:14:23 +00:00
parent b6cd3ca5bf
commit 76685a9a75

View File

@ -25,7 +25,7 @@ cmd:copycds $$ISO
check:rc==0
cmd:$$NETBOOTDIR/genimage -i __GETNODEATTR($$CN,installnic)__ -n $$NETDRIVER -o __GETNODEATTR($$CN,os)__ -p compute
check:rc==0
cmd:$$NETBOOTDIR/packimage -o __GETNODEATTR($$CN,os)__ -p compute -a __GETNODEATTR($$CN,arch)__
cmd:packimage -o __GETNODEATTR($$CN,os)__ -p compute -a __GETNODEATTR($$CN,arch)__
check:rc==0
cmd:nodeset $$CN netboot
check:rc==0