From 049beca624626061dc7943ad9a2c2d8c7778ba5d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 5 Jun 2007 14:23:51 +0200 Subject: [PATCH 1/1] Extend $ISODIR --- grml-debootstrap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/grml-debootstrap b/grml-debootstrap index ae1f80d..d9d3202 100755 --- 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: Die Jun 05 14:06:21 CEST 2007 [mika] +# Latest change: Die Jun 05 14:23:38 CEST 2007 [mika] ################################################################################ # http://www.debian.org/releases/stable/i386/index.html.en @@ -169,6 +169,7 @@ case $ISO in ;; esac ISODIR=${ISO##file:} +ISODIR=${ISODIR%%/} # provide variables to chroot system touch /etc/debootstrap/variables @@ -386,7 +387,7 @@ grub_install() { # unmount $MNTPOINRT {{{ umount_chroot() { if [ -n "$ISODIR" ] ; then - if grep -q "$MNTPOINT/$ISODIR" /proc/mounts ; then + if grep -q "$ISODIR" /proc/mounts ; then einfo "Unmount $MNTPOINT/$ISODIR" umount "$MNTPOINT/$ISODIR" eend $? -- 2.1.4