Correct xnba machyp syntax for the present, worry about the future when iPXE doesn't hang in my environment

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@9479 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso
2011-05-03 15:40:11 +00:00
parent ea94719691
commit 58a20e2b54
+1 -1
View File
@@ -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/mac:hexhyp}'."\n";
print $pcfg "imgargs kernel ".$kern->{kcmdline}.' BOOTIF=01-${netX/machyp}'."\n";
} else {
print $pcfg "imgargs kernel BOOTIF=".'${netX/mac}'."\n";
}