From 4637b46cbdfbfa7fa5eb2f6c4ae3eead45c88843 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 15 Nov 2010 16:47:13 +0000 Subject: [PATCH] -Switch syntax to one that works with current xNBA and will also be adopted in iPXE git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8163 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/xnba.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/xnba.pm b/xCAT-server/lib/xcat/plugins/xnba.pm index e5e0f0cb1..90275f1f7 100644 --- a/xCAT-server/lib/xcat/plugins/xnba.pm +++ b/xCAT-server/lib/xcat/plugins/xnba.pm @@ -203,7 +203,7 @@ sub setstate { print $pcfg "imgfetch -n kernel http://".'${next-server}/tftpboot/'.$kern->{kernel}."\n"; print $pcfg "imgload kernel\n"; if ($kern->{kcmdline}) { - print $pcfg "imgargs kernel ".$kern->{kcmdline}.' BOOTIF=01-${netX/machyp}'."\n"; + print $pcfg "imgargs kernel ".$kern->{kcmdline}.' BOOTIF=01-${netX/mac:hexhyp}'."\n"; } else { print $pcfg "imgargs kernel BOOTIF=".'${netX/mac}'."\n"; }