Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop <mika@grml.org> |
| Tue Jun 05 14:06:31 2007 +0200 (18 months ago) | |
| changeset 180 | 9cfe13dc689b |
| manifest | 9cfe13dc689b |
| parent 179 | 3e68c9233ed3 |
| child 181 | adc723a51d63 |
--- a/grml-debootstrap Tue Jun 05 14:05:02 2007 +0200+++ b/grml-debootstrap Tue Jun 05 14:06:31 2007 +0200@@ -4,7 +4,7 @@# Authors: grml-team (grml.org), (c) Michael Prokop <mika@grml.org># Bug-Reports: see http://grml.org/bugs/# License: This file is licensed under the GPL v2.-# Latest change: Die Jun 05 14:04:47 CEST 2007 [mika]+# Latest change: Die Jun 05 14:06:21 CEST 2007 [mika]################################################################################# http://www.debian.org/releases/stable/i386/index.html.en@@ -386,13 +386,13 @@ grub_install() {# unmount $MNTPOINRT {{{umount_chroot() {if [ -n "$ISODIR" ] ; then- if grep -q "$ISODIR" /proc/mounts ; then+ if grep -q "$MNTPOINT/$ISODIR" /proc/mounts ; theneinfo "Unmount $MNTPOINT/$ISODIR"umount "$MNTPOINT/$ISODIR"eend $?fifi- if grep -q "$PARTITION" /proc/mounts ; then+ if grep -q "$MNTPOINT" /proc/mounts ; thenif [ -n "$PARTITION" ] ; theneinfo "Unmount $MNTPOINT"umount $MNTPOINT