#!/bin/sh
dialog \
--title " Select chipset type " \
--menu "  Please choose the chipset for \n   your card. (current: $1)" \
21 40 10 \
\
"generic"      "VGA" \
\
2> /tmp/.chiptype
