diff --git a/xCAT-server/lib/perl/xCAT/SvrUtils.pm b/xCAT-server/lib/perl/xCAT/SvrUtils.pm index 41350d242..01b9a06f3 100755 --- a/xCAT-server/lib/perl/xCAT/SvrUtils.pm +++ b/xCAT-server/lib/perl/xCAT/SvrUtils.pm @@ -742,6 +742,13 @@ sub update_tables_with_templates osarch => $arch, synclists => $synclistfile, osdistroname => $osdistroname); + + #for service node osimage, add service node to the postscripts attributes + if($profile eq "service"){ + $tb_cols{postscripts}="servicenode"; + } + + if ($args{description}) { $tb_cols{description} = $args{description}; }