From 519e63724799d13021c0c69c1149baffc6cdcf43 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 10 Nov 2009 05:49:34 +0000 Subject: [PATCH] add a workaround for the yaboot issue that produce garbage message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4530 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/lpar_netboot.expect | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-server/sbin/lpar_netboot.expect b/xCAT-server/sbin/lpar_netboot.expect index 802de12af..b47e956f2 100644 --- a/xCAT-server/sbin/lpar_netboot.expect +++ b/xCAT-server/sbin/lpar_netboot.expect @@ -2677,4 +2677,7 @@ if { (!$noboot) && ( $rc == 0 ) } { } } +set command "~." +send_command + exit $rc