-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:
parent
9bdc49c33e
commit
f624fca9a4
@ -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->({
|
||||
|
Loading…
Reference in New Issue
Block a user