X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=277c3ac79bb6fc89280ba2c3d83c581b87c1a2f8;hp=7244fbb3e291707d824334c67b343e3860833d1e;hb=139f1a82802a0cbef7f231b0fae51f9357a7f518;hpb=b3015dae12151f5eb85e60002a5c20d1678a1059 diff --git a/grml-debootstrap b/grml-debootstrap index 7244fbb..277c3ac 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -227,12 +227,12 @@ if [ -n "$AUTOINSTALL" ] ; then fi else # if not running automatic installation display configuration and prompt for execution: einfo "$0 - Please recheck configuration before execution:" - echo " - Target: $TARGET" + echo + echo " Target: $TARGET" case "$MNTPOINT" in "$TARGET") ;; *) echo " Mount-point: $MNTPOINT" ;; esac [ -n "$GRUB" ] && echo " Install grub to: $GROOT / $GRUB" [ -n "$MIRROR" ] && echo " Using mirror: $MIRROR" - case "$MNTPOINT" in "$TARGET") ;; *) echo " Important! Continuing will delete all data from ${TARGET}!" ;; esac + 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