X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=quickconfig%2F040-grml-debootstrap.sh;h=eab188800fde9fbb7c99cbda5ebe6729b595d708;hb=915c44c17d8a8f504ff88477a7264632445063c4;hp=b8af48b142ea9f6e626e40bbdc8e40d79c45b2ff;hpb=750fc94d44911ed718d1150e4682907e5b253484;p=grml-quickconfig.git diff --git a/quickconfig/040-grml-debootstrap.sh b/quickconfig/040-grml-debootstrap.sh index b8af48b..eab1888 100644 --- a/quickconfig/040-grml-debootstrap.sh +++ b/quickconfig/040-grml-debootstrap.sh @@ -1,11 +1,11 @@ -LINE='print_line "Install Debian to ${HIGHLIGHT}h${NORMAL}ard disk (${HIGHLIGHT_NAME}grml-debootstrap${NORMAL})"' +LINE='print_line "Install Debian to ^hard disk (/grml-debootstrap/)"' KEY=(h) HD_APP=grml-debootstrap FUNCTION="run $HD_APP" display_entry() { . /etc/grml/script-functions - check4progs $HD_APP >/dev/null + check4progs $HD_APP >/dev/null 2>&1 return $? }