From d64c9fe5342d502924d21d9b0f89927333399ed1 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 21 Sep 2009 18:28:20 +0000 Subject: [PATCH] fix incorrect comment git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4192 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index c215f8ba0..ea4a61732 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -564,7 +564,7 @@ site => { " genmacprefix:\tWhen generating mac addresses automatically, use this manufacturing prefix (i.e. 00:11:aa)\n\n". " genpasswords:\tAutomatically generate random passwords for BMCs when configuring them.\n\n". " installdir:\tThe local directory name used to hold the node deployment packages. Default is /install.\n\n". - " installloc:\tThe location that service nodes should mount the install directory from in format hostname:/path. If hostname is omitted, it defaults to the management node. Default is /install.\n\n". + " installloc:\tThe location that service nodes should mount the install directory from in format hostname:/path. If hostname is omitted, it defaults to the management node.\n\n". " ipmimaxp:\tThe max # of processes for ipmi hw ctrl. Default is 64.\n\n". " ipmiretries:\tThe # of retries to use when communicating with BMCs. Default is 3.\n\n". " ipmisdrcache -\n\n".