#!/bin/sh

OSNAME="FreeBSD"
bsddialog --backtitle "${OSNAME} Installer" --title "Welcome" \
	--extra-button --extra-label "Shell" \
	--ok-label "Install" --cancel-label "Live System" \
	--yesno "Welcome to ${OSNAME}!
Would you like to begin an installation or use the live system?" 0 0
