adjust help text
[grml-debootstrap.git] / grml-debootstrap
index 16955cb..e551919 100644 (file)
@@ -18,7 +18,7 @@ VERSION='0.2'
 case $* in
    -h*|--h*)
      einfo "$0 - wrapper around debootstrap for installing plain Debian via grml"
-     einfo "Configure via /etc/debootstrap/config and invoke $0 afterwards."
+     einfo "Adjust /etc/debootstrap/config and invoke $0 afterwards."
      eend 0
      exit 0
    ;;
@@ -87,6 +87,7 @@ echo "
    case "$MNTPOINT" in "$TARGET") ;; *) echo "   Mount-point:      $MNTPOINT" ;; esac
    [ -n "$GRUB" ] && echo "   Install grub to:  $GROOT / $GRUB"
    case "$MNTPOINT" in "$TARGET") ;; *) echo "  Important! Continuing will delete all data from ${TARGET}!" ;; esac
+   echo
 einfon "Is this ok for you? [y/N] "
 
 read a