From a9f6a434695a3d83bd6ec0a1b3ba5d88ab14966e Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 10 Mar 2009 12:28:32 +0000 Subject: [PATCH] add comment that sharedtftp 1 is the default git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2865 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 7a90923d3..5809a5902 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -513,7 +513,7 @@ site => { " domain (DNS domain name used for the cluster)\n". " installdir (the local directory name used to hold the node deployment pkgs)\n". " installloc (location to mount the installdir from in format hostname:/path)\n". - " sharedtftp (set to no/0 if xCAT should not assume /tftpboot is mounted on all service nodes)\n". + " sharedtftp (set to no/0 if xCAT should not assume /tftpboot is mounted on all service nodes). Default is 1.\n". " xcatdport (port used by xcatd daemon for client/server communication)\n". " xcatiport (port used by xcatd to receive install status updates from nodes)\n". " timezone (e.g. America/New_York)\n".