From 1fff80a49fcef216a6ed0115f9ea2d00526cf71e Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 27 Feb 2008 16:22:32 +0000 Subject: [PATCH] Add runimage directive for nodeset git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@595 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/destiny.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/destiny.pm b/xCAT-server-2.0/lib/xcat/plugins/destiny.pm index 1d5e46bf4..6892e01f7 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/destiny.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/destiny.pm @@ -88,7 +88,7 @@ sub setdestiny { if ($errored) {return;} unless ($state =~ /^netboot/) { $chaintab->setNodeAttribs($_,{currchain=>"boot"}); }; } - } elsif ($state eq "shell" or $state eq "standby" or $state =~ /^runcmd/) { + } elsif ($state eq "shell" or $state eq "standby" or $state =~ /^runcmd/ or $state =~ /^runimage/) { my $noderes=xCAT::Table->new('noderes'); my $nodetype = xCAT::Table->new('nodetype'); my $sitetab = xCAT::Table->new('site');