From 78aa50e52d557a97d5a9a92295f9fdaf3f8cb286 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 25 Sep 2009 15:32:53 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/pxe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/pxe.pm b/xCAT-server/lib/xcat/plugins/pxe.pm index 418bc0846..2ea8727d4 100644 --- a/xCAT-server/lib/xcat/plugins/pxe.pm +++ b/xCAT-server/lib/xcat/plugins/pxe.pm @@ -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