diff --git a/xCAT/templates/mypostscript/mypostscript.tmpl b/xCAT/templates/mypostscript/mypostscript.tmpl index 107d84274..b1c8e5bd5 100755 --- a/xCAT/templates/mypostscript/mypostscript.tmpl +++ b/xCAT/templates/mypostscript/mypostscript.tmpl @@ -22,6 +22,9 @@ tabdump(networks) NODE=$NODE export NODE +## This is the syntax to get the value of one attribute from the +## and its key is $NODE. +## It doesn't support the cases where the table has 2 keys. ## nfsserver,installnic,primarynic,routenames from the noderes tab NFSSERVER=#TABLE:noderes:$NODE:nfsserver# @@ -38,9 +41,6 @@ NODEROUTENAMES=#TABLE:noderes:$NODE:routenames# export NODEROUTENAMES #ROUTES_VARS_EXPORT# -## This is the syntax to get the value of one attribute from the -## and its key is $NODE. -## It doesn't support the cases where the table has 2 keys. ## osver, arch, profile export OSVER=#TABLE:nodetype:$NODE:os# @@ -107,6 +107,7 @@ NICNETWORKS=#TABLE:nics:$NODE:nicnetworks# export NICNETWORKS + ## ##The line postscripts-start-here must not be deleted. # postscripts-start-here