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:
parent
aceb17bc7f
commit
d8ee0b54d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user