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

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

View File

@ -147,7 +147,7 @@ sub ivm_getmacs {
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;
#######################################