14c8945a0SNathan Whitehorn#!/bin/sh 2*a96ef450SBaptiste Daroussin# $Id: menubox9,v 1.8 2020/11/26 00:09:12 tom Exp $ 34c8945a0SNathan Whitehorn 44c8945a0SNathan Whitehorn. ./setup-vars 54c8945a0SNathan Whitehorn 64c8945a0SNathan Whitehornexec 3>&1 7*a96ef450SBaptiste Daroussinreturntext=`$DIALOG --help-button \ 84c8945a0SNathan Whitehorn --clear \ 94c8945a0SNathan Whitehorn --title "Select Linux installation partition:" "$@" \ 104c8945a0SNathan Whitehorn --menu \ 114c8945a0SNathan Whitehorn"Please select a partition from the following list to use for your \ 124c8945a0SNathan Whitehornroot (/) Linux partition." 13 70 5 \ 134c8945a0SNathan Whitehorn"/dev/hda2" "Linux native 30724312K" \ 144c8945a0SNathan Whitehorn"/dev/hda4" "Linux native 506047K" \ 154c8945a0SNathan Whitehorn"/dev/hdb1" "Linux native 4096543K" \ 164c8945a0SNathan Whitehorn"/dev/hdb2" "Linux native 2586465K" \ 174c8945a0SNathan Whitehorn"---" "(add none, continue with setup)" \ 184c8945a0SNathan Whitehorn"---" "(add none, continue with setup)" \ 194c8945a0SNathan Whitehorn"---" "(add none, continue with setup)" \ 204c8945a0SNathan Whitehorn"---" "(add none, continue with setup)" \ 214c8945a0SNathan Whitehorn"---" "(add none, continue with setup)" \ 224c8945a0SNathan Whitehorn2>&1 1>&3` 23*a96ef450SBaptiste Daroussinreturncode=$? 244c8945a0SNathan Whitehornexec 3>&- 254c8945a0SNathan Whitehorn 264c8945a0SNathan Whitehorn. ./report-string 27