#!/bin/sh
dialog \
--title " Select RAMDAC type " \
--menu "  Please choose the DAC driver for \n  your card. (current: $1)" \
21 40 10 \
\
"sdac" "86C716-ME/MG  (SDAC)" \
\
2> /tmp/.dactype
