fix for bug 3122: add the usercomment in Schema for linuximage

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13963 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2012-10-09 06:32:56 +00:00
parent 27085c3af0
commit 0857cb241a

View File

@ -2158,6 +2158,11 @@ push(@{$defspec{node}->{'attrs'}}, @nodeattrs);
tabentry => 'linuximage.crashkernelsize',
access_tabentry => 'linuximage.imagename=attr:imagename',
},
{attr_name => 'usercomment',
only_if => 'imagetype=linux',
tabentry => 'linuximage.comments',
access_tabentry => 'linuximage.imagename=attr:imagename',
},
####################
# nimimage table#
####################