-Use 'exit' instead of the hdboot directive, as hdboot currently hangs on some
specific configurations git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4230 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3b392c30d8
commit
78aa50e52d
@ -108,7 +108,7 @@ sub setstate {
|
||||
print $pcfg "#".$cref->{currstate}."\n";
|
||||
}
|
||||
if ($cref and $cref->{currstate} eq "boot") {
|
||||
print $pcfg "hdboot\n";
|
||||
print $pcfg "exit\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