-Skip attempt to manually do BOOTIF on x86 SLES

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7566 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-09-21 20:47:47 +00:00
parent 9bdc49c33e
commit f624fca9a4

View File

@ -379,7 +379,9 @@ sub mknetboot
} elsif ($reshash->{$node}->[0] and $reshash->{$node}->[0]->{primarynic}) {
$kcmdline .= "netdev=" . $reshash->{$node}->[0]->{primarynic} . " ";
} else {
if ($mac) {
if ($arch =~ /x86/) {
#do nothing, we'll let pxe/xnba work their magic
} elsif ($mac) {
$kcmdline .= "BOOTIF=" . $mac . " ";
} else {
$callback->({