Changed name and location of IVM netboot script "/usr/sbin/lpar_netboot" to "/sbin/lpar_netboot.expect" - Line #148

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@205 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-01-02 16:40:20 +00:00
parent b7d9b60a4d
commit dfef321dc8

View File

@ -145,7 +145,7 @@ sub ivm_rnetboot {
my $ssh = @$exp[0];
my $userid = @$exp[4];
my $pw = @$exp[5];
my $cmd = "/usr/sbin/lpar_netboot";
my $cmd = "/sbin/lpar_netboot.expect";
my $result;
#######################################