From f624fca9a444566e6ac9847cec35717b307aa455 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 21 Sep 2010 20:47:47 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/sles.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/sles.pm b/xCAT-server/lib/xcat/plugins/sles.pm index 1e0a7782f..f297717e3 100644 --- a/xCAT-server/lib/xcat/plugins/sles.pm +++ b/xCAT-server/lib/xcat/plugins/sles.pm @@ -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->({