From 77becdb875065bcb7965a7cd576f66523128d7a5 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Mon, 27 Apr 2009 05:31:35 +0000 Subject: [PATCH] Fixed one issue that in some case, expect stopped at the bump screen. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3261 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 493ae7ece..d0bc5c2a1 100644 --- a/xCAT-server/sbin/lpar_netboot.expect +++ b/xCAT-server/sbin/lpar_netboot.expect @@ -2408,6 +2408,9 @@ while { ! $done } { nc_msg "$PROGRAM Status: at ok prompt\n" set done 1 } + -re "bumped" { + exp_continue + } timeout { send_user "$PROGRAM: Timeout; exiting\n" exit 1