FSPboot.pm and FSPmac.pm use lpar_netboot.expect
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4916 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ef402c4729
commit
c50f1c15b5
@ -51,7 +51,7 @@ sub do_rnetboot {
|
||||
# Find Expect script
|
||||
#######################################
|
||||
$cmd = ($::XCATROOT) ? "$::XCATROOT/sbin/" : "/opt/xcat/sbin/";
|
||||
$cmd .= "lpar_netboot2.expect";
|
||||
$cmd .= "lpar_netboot.expect";
|
||||
|
||||
#######################################
|
||||
# Check command installed
|
||||
|
@ -49,7 +49,7 @@ sub do_getmacs {
|
||||
# Find Expect script
|
||||
#######################################
|
||||
$cmd = ($::XCATROOT) ? "$::XCATROOT/sbin/" : "/opt/xcat/sbin/";
|
||||
$cmd .= "lpar_netboot2.expect";
|
||||
$cmd .= "lpar_netboot.expect";
|
||||
|
||||
#######################################
|
||||
# Check command installed
|
||||
|
Loading…
Reference in New Issue
Block a user