#!/bin/sh
dialog \
--title " Select clock type " \
--menu "  Please choose the clock driver for \n  your card. (current: $1)" \
21 60 10 \
\
"gendac"  "ICS 5300 (GENDAC) (fixed clocks)" \
"vga"     "standard VGA clock" \
\
2> /tmp/.clocktype
