X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=quickconfig%2F040-grml2hd.sh;fp=quickconfig%2F040-grml2hd.sh;h=f30deaa83f4f0308085dc78537ec11115b3fd6c2;hb=ca2253895f8dc823aac74aa915e6840ae25b506d;hp=0000000000000000000000000000000000000000;hpb=bd09f4098582c259cd63471e699fa84c13bff963;p=grml-quickconfig.git diff --git a/quickconfig/040-grml2hd.sh b/quickconfig/040-grml2hd.sh new file mode 100644 index 0000000..f30deaa --- /dev/null +++ b/quickconfig/040-grml2hd.sh @@ -0,0 +1,13 @@ +LINE='print_line "Install grml to ${HILIGHT}h${NORMAL}ard disk (${HILIGHT_NAME}grml2hd${NORMAL}"' +KEY=(m) +HD_APP=grml2hd +FUNCTION="run $HD_APP" + +display_entry() { + . /etc/grml/script-functions + check4progs $HD_APP >/dev/null + return $? +} + +## END OF FILE ################################################################# +# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3