From ccadb9355101e6580c25f2e9be6910f0f61b71f9 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 12 Apr 2010 16:31:05 +0000 Subject: [PATCH] improve installloc description git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5744 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 401752cbb..08da08643 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -672,9 +672,10 @@ site => { " genpasswords: Automatically generate random passwords for BMCs when configuring\n". " them.\n\n". " installdir: The local directory name used to hold the node deployment packages.\n\n". - " installloc: The location that service nodes should mount the install directory\n". - " from in format hostname:/path. If hostname is omitted, it defaults\n". - " to the management node.\n\n". + " installloc: The location from which the service nodes should mount the \n". + " deployment packages in the format hostname:/path. If hostname is\n". + " ommited, it defaults to the management node. The path must\n". + " match the path in the installdir attribute.\n\n". " ipmimaxp: The max # of processes for ipmi hw ctrl.\n\n". " ipmiretries: The # of retries to use when communicating with BMCs.\n\n". " ipmisdrcache: If set to 'no', then the xCAT IPMI support will not cache locally\n".