From 20d9e7f8fe995ac966699588eeecb63c80426aa8 Mon Sep 17 00:00:00 2001 From: sakolish Date: Mon, 18 Feb 2008 16:16:58 +0000 Subject: [PATCH] Added "-A" to lpar_netboot comamnd to get "all" adapters MACs - Line #204 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@509 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/PPCmac.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/PPCmac.pm b/perl-xCAT-2.0/xCAT/PPCmac.pm index fd63ef258..182beb856 100644 --- a/perl-xCAT-2.0/xCAT/PPCmac.pm +++ b/perl-xCAT-2.0/xCAT/PPCmac.pm @@ -201,7 +201,7 @@ sub ivm_getmacs { ####################################### # Add command options ####################################### - $cmd.= " -t ent -f -M -n \"$name\" \"$profile\" \"$fsp\" $id $hcp $fname"; + $cmd.= " -t ent -f -M -A -n \"$name\" \"$profile\" \"$fsp\" $id $hcp $fname"; ####################################### # Execute command