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
This commit is contained in:
sakolish 2008-02-18 16:14:32 +00:00
parent aceb17bc7f
commit d8ee0b54d1

View File

@ -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