2
0
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:
sakolish
2008-04-18 16:39:59 +00:00
parent d6400134ea
commit cd4d392d8f

View File

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