From 2c55cb63431dcecab209ed5c4f477fd8681b8530 Mon Sep 17 00:00:00 2001 From: Tails developers Date: Fri, 17 Feb 2012 16:35:43 +0100 Subject: Remove two FIXME:s that are not really relevant. We could handle those cases, but it wouldn't give us anything; the sort-by-destination we do later makes it work just fine. --- scripts/live-helpers | 9 --------- 1 file changed, 9 deletions(-) (limited to 'scripts') diff --git a/scripts/live-helpers b/scripts/live-helpers index be7cf76..f13be57 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -1300,15 +1300,6 @@ get_custom_mounts () esac done - # FIXME: handle case: we already have /a/b in - # $bindings added from current $device, but - # now we find /a -- /a should replace /a/b in - # $bindings. - - # FIXME: handle case: we have /a in $bindings - # from current $device, now we find /a/b, so - # we skip /a/b - # ensure that no multiple-/ occur in paths local full_source="$(echo ${backing}/${source}/ | sed -e 's|/\+|/|g')" local full_dest="$(echo ${rootmnt}/${dest}/ | sed -e 's|/\+|/|g')" -- cgit v1.2.3