Bump Standards-Version to 3.9.2
[grml-quickconfig.git] / quickconfig / 040-grml-debootstrap.sh
1 LINE='print_line "Install Debian to ^hard disk (/grml-debootstrap/)"'
2 KEY=(h)
3 HD_APP=grml-debootstrap
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