Refactored and cleaned up the wm entry
[grml-quickconfig.git] / quickconfig / 040-grml2hd.sh
1 LINE='print_line "Install grml to ${HIGHLIGHT}h${NORMAL}ard disk (${HIGHLIGHT_NAME}grml2hd${NORMAL})"'
2 KEY=(m)
3 HD_APP=grml2hd
4 FUNCTION="run $HD_APP"
5
6 display_entry() {
7     . /etc/grml/script-functions
8     check4progs $HD_APP >/dev/null
9     return $?
10 }
11
12 ## END OF FILE #################################################################
13 # vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3