From b646e85284e041549989869b1d918b4fe7bced86 Mon Sep 17 00:00:00 2001 From: linggao Date: Wed, 4 Aug 2010 13:45:20 +0000 Subject: [PATCH] linuximage.pkglist is used for full install now, comment modified. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6977 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 80a585e3c..bc607a1a9 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -530,7 +530,7 @@ linuximage => { descriptions => { imagename => 'The name of this xCAT OS image definition.', template => 'The fully qualified name of the template file that is used to create the kick start file for diskful installation.', - pkglist => 'The fully qualified name of the file that stores the distro packages list that will be included in the image. It is used for diskless image only.', + pkglist => 'The fully qualified name of the file that stores the distro packages list that will be included in the image.', pkgdir => 'The name of the directory where the distro packages are stored.', otherpkglist => 'The fully qualified name of the file that stores non-distro package lists that will be included in the image.', otherpkgdir => 'The base directory where the non-distro packages are stored.',