made some changes in the mypostscript.tmpl

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14011 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2012-10-15 08:41:19 +00:00
parent fefff805b5
commit b5edbdcad9

View File

@ -43,11 +43,11 @@ export PRIMARYNIC
## ...
## osver, arch, profile export
OSVER=#TABLE:nodetype:$NODE:os#
OSVER=#OSVER#
export OSVER
ARCH=#TABLE:nodetype:$NODE:arch#
ARCH=#ARCH#
export ARCH
PROFILE=#TABLE:nodetype:$NODE:profile#
PROFILE=#PROFILE#
export PROFILE
@ -113,16 +113,10 @@ export MACADDRESS
# postscripts-start-here
#INCLUDE_POSTSCRIPTS_LIST#
## the details will be looked like:
## for diskless / updatenode
## run_ps syslog
## run_ps remoteshell
## run_ps syncfiles
## for diskful
## syslog
## remoteshell
## syncfiles
## Notice: The following flag postscripts-end-here could not be deleted from the template!!!