X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=e842828815edbaa5eb8b2aff53acec81854cc143;hp=87166bf01d8c0d1e26f7eebb58c14fd0c9e4e02a;hb=4afc5fef5545c3d2c34ad0252f2cb298f511c892;hpb=90f264b5ef5d4f35c8b2bbf9e2a1ce0b75e830ef diff --git a/grml-debootstrap b/grml-debootstrap index 87166bf..e842828 100644 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Fre Nov 17 23:00:30 CET 2006 [mika] +# Latest change: Fre Nov 17 23:16:04 CET 2006 [mika] ################################################################################ # http://www.debian.org/releases/stable/i386/apcs04.html.en @@ -82,12 +82,10 @@ esac # user should recheck his configuration einfo "$0 - Please recheck configuration before execution:" echo " - Target partition: $TARGET - Mount-point: $MNTPOINT - Install grub to: $GROOT / $GRUB [if empty grub will not be installed] - - Important! Continuing will delete all data from ${TARGET}! -" + Target: $TARGET" + 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 einfon "Is this ok for you? [y/N] " read a