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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user