From e8a61dd4ccf76a90b5ece0f1d041ecb307008891 Mon Sep 17 00:00:00 2001 From: jwsimpson Date: Mon, 22 Oct 2012 16:35:15 +0000 Subject: [PATCH] Schema.pm updated to add the description of the runbootscripts attribute git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14081 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 18f187c21..4c6c69926 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -919,6 +919,8 @@ site => { " the node deployment, node discovery and power operations. The default is to update.\n\n". " ntpservers: A comma delimited list of NTP servers for the cluster - often the\n". " xCAT management node.\n\n". + " runbootscripts: If set to 'yes' the scripts listed in the osimage table\n". + " postbootscripts attribute will be run at each reboot of the node.\n\n". " syspowerinterval: For system p CECs, this is the number of seconds the rpower\n". " command will wait between performing the action for each CEC.\n". " For system x IPMI servers, this is the number of seconds the\n".