From ebd7eb2d1f42043ec070cce8182b009145dd506a Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 23 Jan 2013 11:59:30 +0000 Subject: [PATCH] move comment before first example git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14962 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/templates/mypostscript/mypostscript.tmpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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