From f76b47299ce5bd086d67f352c3cc8bcba37999f1 Mon Sep 17 00:00:00 2001 From: lissav Date: Sun, 23 Sep 2012 11:16:27 +0000 Subject: [PATCH] Document synclists can be multiple files git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13878 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm.PCM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm.PCM b/perl-xCAT/xCAT/Schema.pm.PCM index 5f187a073..5facf13d2 100644 --- a/perl-xCAT/xCAT/Schema.pm.PCM +++ b/perl-xCAT/xCAT/Schema.pm.PCM @@ -656,7 +656,7 @@ osimage => { osvers => 'The Linux operating system deployed on this node. Valid values: rhels*,rhelc*, rhas*,centos*,SL*, fedora*, sles* (where * is the version #).', osdistro => 'The name of the OS distro definition. This attribute should be used to specify which OS distro to use, instead of using the osname, osvers, and osarch attributes.', osarch => 'The hardware architecture of this node. Valid values: x86_64, ppc64, x86, ia64.', - synclists => 'The fully qualified name of a file containing a list of files to synchronize on the nodes.', + synclists => 'The fully qualified name of a file containing a list of files to synchronize on the nodes. If more than one file, then it is a comma separated list.', postscripts => 'Comma separated list of scripts that should be run on this image after diskfull installation or diskless boot. For installation of RedHat, CentOS, Fedora, the scripts will be run before the reboot. For installation of SLES, the scripts will be run after the reboot but before the init.d process. For diskless deployment, the scripts will be run at the init.d time, and xCAT will automatically add the list of scripts from the postbootscripts attribute to run after postscripts list. For installation of AIX, the scripts will run after the reboot and acts the same as the postbootscripts attribute. For AIX, use the postbootscripts attribute. Support will be added in the future for the postscripts attribute to run the scripts before the reboot in AIX. ', postbootscripts => 'Comma separated list of scripts that should be run on this after diskfull installation or diskless boot. On AIX these scripts are run during the processing of /etc/inittab. On Linux they are run at the init.d time. xCAT automatically adds the scripts in the xcatdefaults.postbootscripts attri bute to run first in the list.', serverrole => 'The role of the server created by this osimage. Default roles: mgtnode, servicenode, compute.',