From 4ea0dab2fa7668d6ee1ce33df4308028104e8327 Mon Sep 17 00:00:00 2001 From: vallard Date: Tue, 23 Nov 2010 19:07:26 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/Schema.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 786eca823..f209fc0f0 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -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# ####################