mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-23 12:51:10 +00:00
Added "-f" flag to rnetboot (lpar_netboot)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1117 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -590,6 +590,12 @@ sub lpar_netboot {
|
||||
$cmd.= " -c";
|
||||
}
|
||||
#####################################
|
||||
# Force LPAR shutdown
|
||||
#####################################
|
||||
if ( exists( $opt->{f} )) {
|
||||
$cmd.= " -i";
|
||||
}
|
||||
#####################################
|
||||
# Get MAC-address or network boot
|
||||
#####################################
|
||||
$mac = $opt->{m};
|
||||
@@ -841,3 +847,4 @@ sub power_cmd {
|
||||
1;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user