From: Christopher Clark Date: Tue, 5 Jan 2010 00:21:12 +0000 (-0800) Subject: XC-1019: Host installer: Fix "EXIT" button in EULA X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=89c5895d9673767ec9a975bff5ba912487b04134;p=xenclient%2Fbuild.git XC-1019: Host installer: Fix "EXIT" button in EULA --- diff --git a/target/generic/target_xenclient_installer_skeleton/install/stages/EULA b/target/generic/target_xenclient_installer_skeleton/install/stages/EULA index 35cb52b..0aafba1 100755 --- a/target/generic/target_xenclient_installer_skeleton/install/stages/EULA +++ b/target/generic/target_xenclient_installer_skeleton/install/stages/EULA @@ -6,7 +6,7 @@ if ! interactive ; then exit ${Continue} ; fi echo "FIXME: obtain correct EULA text">&2 -dialog --msgbox "\n Please review the following license." 7 42 --and-widget --textbox "${LICENSE_FILE}" 30 60 --and-widget --defaultno --yesno "\n Do you accept this license?" 7 36 +dialog --msgbox "\n Please review the following license." 7 42 --and-widget --exit-label OK --textbox "${LICENSE_FILE}" 30 60 --and-widget --defaultno --yesno "\n Do you accept this license?" 7 36 OPT=$? [ "$OPT" != "0" ] || exit ${Continue}