From b7d9b60a4d2b929f11549c62f89f68cb0151368b Mon Sep 17 00:00:00 2001 From: sakolish Date: Wed, 2 Jan 2008 16:39:01 +0000 Subject: [PATCH] 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 --- perl-xCAT-2.0/xCAT/PPCmac.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/PPCmac.pm b/perl-xCAT-2.0/xCAT/PPCmac.pm index 5fde4a69a..e2f874a76 100644 --- a/perl-xCAT-2.0/xCAT/PPCmac.pm +++ b/perl-xCAT-2.0/xCAT/PPCmac.pm @@ -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; #######################################