X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=e551919f75a6e8ea61e1db27b342cee7c6ba9a9b;hp=e842828815edbaa5eb8b2aff53acec81854cc143;hb=f0ef45fd4861b239ee539457d57d530e0146ca15;hpb=4afc5fef5545c3d2c34ad0252f2cb298f511c892 diff --git a/grml-debootstrap b/grml-debootstrap index e842828..e551919 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:16:04 CET 2006 [mika] +# Latest change: Fre Nov 17 23:44:49 CET 2006 [mika] ################################################################################ # http://www.debian.org/releases/stable/i386/apcs04.html.en @@ -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 ;; @@ -74,6 +74,7 @@ case $TARGET in MNTPOINT="$TARGET" MKFS='' TUNE2FS='' + FSCK='' GRUB='' GROOT='' ;; @@ -86,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