From d8ee0b54d1e86a78dbea177b45bc7de82f3c5afc Mon Sep 17 00:00:00 2001 From: sakolish Date: Mon, 18 Feb 2008 16:14:32 +0000 Subject: [PATCH] Added "-A" to lpar_netboot comamnd to get "all" adapters MACs - Line #595 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@508 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/PPCcli.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/PPCcli.pm b/perl-xCAT-2.0/xCAT/PPCcli.pm index 44c66c1ca..0d9582008 100644 --- a/perl-xCAT-2.0/xCAT/PPCcli.pm +++ b/perl-xCAT-2.0/xCAT/PPCcli.pm @@ -592,7 +592,7 @@ sub lpar_netboot { # Get MAC-address or network boot ##################################### $mac = $opt->{m}; - $cmd.= ( defined( $mac )) ? " -m $mac" : " -M -n"; + $cmd.= ( defined( $mac )) ? " -m $mac" : " -M -A -n"; ##################################### # Command only supported on LPARs