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:
jjhua 2010-01-08 06:08:07 +00:00
parent ef402c4729
commit c50f1c15b5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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