From fd285daefe9f5974b0a1387938c69f2a745e5c36 Mon Sep 17 00:00:00 2001 From: nott Date: Wed, 29 Feb 2012 14:29:17 +0000 Subject: [PATCH] change site attr name to sharedinstall git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11712 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 4f223fd97..5deefde31 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -887,7 +887,7 @@ site => { " in tftpdir is mounted on all on Service Nodes. Default is 1/yes.\n". " If value is set to a hostname, the directory in tftpdir\n". " will be mounted from that hostname on the SN\n\n". - " shareinstall: Indicates if a shared file system will be used for installation\n". + " sharedinstall: Indicates if a shared file system will be used for installation\n". " resources. Possible values are: 'no', 'sns', or 'all'. 'no' \n". " means a shared file system is not being used. 'sns' means a\n". " shared filesystem is being used across all service nodes.\n".