From f9109177931a1391ac86f7525ef1806e68f3b6a3 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Fri, 28 Aug 2009 11:41:11 +0000 Subject: [PATCH] Fixed one error that missed the failover procedure git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4060 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/lpar_netboot.expect | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/sbin/lpar_netboot.expect b/xCAT-server/sbin/lpar_netboot.expect index d9324b2ac..9bda30079 100644 --- a/xCAT-server/sbin/lpar_netboot.expect +++ b/xCAT-server/sbin/lpar_netboot.expect @@ -424,7 +424,7 @@ proc get_phandle {} { # Using the -d flag helped a lot in finding the correct pattern. # nc_msg "$PROGRAM Status: sending ls command\n" - set command "ls\r" + set command "ls \r" send_command set adapter_found 0 @@ -1586,6 +1586,7 @@ proc multiple_open-dev {} { global NODENAME global comman global env + global command set command "dev /packages/net \r" send_command