From add4e7a867a19e8f5418e63d0b1b25b8e7a86f1a Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 28 Sep 2012 17:10:39 +0000 Subject: [PATCH] change cfmdir from osimage to osimages in the path git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13914 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 07fb33990..6c6233c2b 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -650,7 +650,7 @@ osimage => { rootfstype => 'The filesystem type for the rootfs is used when the provmethod is statelite. The valid values are nfs or ramdisk. The default value is nfs', osdistroname => 'The name of the OS distro definition. This attribute can be used to specify which OS distro to use, instead of using the osname,osvers,and osarch attributes.', osupdatename => 'A comma-separated list of OS distro updates to apply to this osimage.', - cfmdir => 'CFM directory name for PCM. Set to /install/osimage//cfmdir by PCM. ', + cfmdir => 'CFM directory name for PCM. Set to /install/osimages//cfmdir by PCM. ', profile => 'The node usage category. For example compute, service.', osname => 'Operating system name- AIX or Linux.', osvers => 'The Linux operating system deployed on this node. Valid values: rhels*,rhelc*, rhas*,centos*,SL*, fedora*, sles* (where * is the version #).',