From b4d552225e1450317edae97c57d260d72f66b5cf Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 20 Jul 2009 14:32:23 +0000 Subject: [PATCH] -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 --- 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 ca127f466..e2bbb5e82 100644 --- a/xCAT-server/lib/xcat/plugins/pxe.pm +++ b/xCAT-server/lib/xcat/plugins/pxe.pm @@ -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