From 2b8d9048b5a8799c120851444dc26aa5cfd2cfe0 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 12 Jun 2017 14:45:48 -0400 Subject: [PATCH] Add note to the site man page information on installdir --- 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 8a0639ea4..ca8a258c6 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1129,7 +1129,7 @@ passed as argument rather than by table value', " prefix (e.g. 00:11:aa)\n\n" . " 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" . +" installdir: The local directory name used to hold the node deployment packages. This path must start with / and be fully qualified.\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" . " omitted, it defaults to the management node. The path must\n" .