added defspec info for postscripts and postbootscripts to image
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8249 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8b91ce3f31
commit
4ea0dab2fa
@ -1792,6 +1792,14 @@ push(@{$defspec{node}->{'attrs'}}, @nodeattrs);
|
||||
tabentry => 'osimage.synclists',
|
||||
access_tabentry => 'osimage.imagename=attr:imagename',
|
||||
},
|
||||
{attr_name => 'postscripts',
|
||||
tabentry => 'osimage.postscripts',
|
||||
access_tabentry => 'osimage.imagename=attr:imagename',
|
||||
},
|
||||
{attr_name => 'postbootscripts',
|
||||
tabentry => 'osimage.postbootscripts',
|
||||
access_tabentry => 'osimage.imagename=attr:imagename',
|
||||
},
|
||||
####################
|
||||
# linuximage table#
|
||||
####################
|
||||
|
Loading…
Reference in New Issue
Block a user