diff -Nru partman-auto-loop-0ubuntu13/autopartition-loop partman-auto-loop-0ubuntu14/autopartition-loop --- partman-auto-loop-0ubuntu13/autopartition-loop 2008-01-16 16:21:36.000000000 -0500 +++ partman-auto-loop-0ubuntu14/autopartition-loop 2008-06-12 11:40:34.000000000 -0400 @@ -139,7 +139,7 @@ mkdir -p /target -mountpoint="$(grep "^${fstab%% *} [^ ]* [^ ]* [^ ]*rw" /proc/mounts | cut -d ' ' -f2)" || mountpoint= +mountpoint="$(grep "^${fstab%% *} [^ ]* [^ ]* [^ ]*rw" /proc/mounts | cut -d ' ' -f2 | head -n1)" || mountpoint= if [ "$mountpoint" = /target ]; then # nothing to do : diff -Nru partman-auto-loop-0ubuntu13/debian/changelog partman-auto-loop-0ubuntu14/debian/changelog --- partman-auto-loop-0ubuntu13/debian/changelog 2008-01-18 15:58:55.000000000 -0500 +++ partman-auto-loop-0ubuntu14/debian/changelog 2008-06-12 11:42:14.000000000 -0400 @@ -1,3 +1,9 @@ +partman-auto-loop (0ubuntu14) hardy-proposed; urgency=low + + * Make target mountpoint detection more robust in case of bindmounts + + -- Agostino Russo Wed, 28 May 2008 23:08:22 +0100 + partman-auto-loop (0ubuntu13) hardy; urgency=low [ Agostino Russo ]