11556Srgrimes#!/bin/sh
21556Srgrimes# $Id: menubox9,v 1.6 2010/01/13 10:20:03 tom Exp $
31556Srgrimes
41556Srgrimes. ./setup-vars
51556Srgrimes
61556Srgrimesexec 3>&1
71556SrgrimesRESULT=`$DIALOG --help-button \
81556Srgrimes	--clear \
91556Srgrimes	--title "Select Linux installation partition:" "$@" \
101556Srgrimes	--menu \
111556Srgrimes"Please select a partition from the following list to use for your \
121556Srgrimesroot (/) Linux partition." 13 70 5 \
131556Srgrimes"/dev/hda2" "Linux native 30724312K" \
141556Srgrimes"/dev/hda4" "Linux native 506047K" \
151556Srgrimes"/dev/hdb1" "Linux native 4096543K" \
161556Srgrimes"/dev/hdb2" "Linux native 2586465K" \
171556Srgrimes"---" "(add none, continue with setup)" \
181556Srgrimes"---" "(add none, continue with setup)" \
191556Srgrimes"---" "(add none, continue with setup)" \
201556Srgrimes"---" "(add none, continue with setup)" \
211556Srgrimes"---" "(add none, continue with setup)" \
221556Srgrimes2>&1 1>&3`
231556Srgrimesretval=$?
241556Srgrimesexec 3>&-
251556Srgrimes
261556Srgrimes. ./report-string
271556Srgrimes