-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:
parent
417032f654
commit
b4d552225e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user