X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=e551919f75a6e8ea61e1db27b342cee7c6ba9a9b;hp=16955cbac2e8715a86c0c4220d0fc9b2fe464c2a;hb=8661709ee1d66878b00a5ea1002a1e079e90d4d8;hpb=9ec9f7bf934b101ec643a29902b0d5ab6c952b71 diff --git a/grml-debootstrap b/grml-debootstrap index 16955cb..e551919 100644 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -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