-Use new hdboot command for xnba based pxe boot

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3835 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-07-20 14:32:23 +00:00
parent 417032f654
commit b4d552225e

View File

@ -105,7 +105,7 @@ sub setstate {
print $pcfg "#".$cref->{currstate}."\n";
}
if ($cref and $cref->{currstate} eq "boot") {
print $pcfg "exit\n";
print $pcfg "hdboot\n";
close($pcfg);
} elsif ($kern and $kern->{kernel}) {
if ($kern->{kernel} =~ /!/) { #TODO: deprecate this, do stateless Xen like stateless ESXi