#!/bin/sh
dialog \
--title " Select RAMDAC type " \
--menu "Please choose the DAC driver for your card.\n(current: $1)" \
21 60 10 \
\
"bt485" "BrookTree 485" \
\
2> /tmp/.dactype
