Remove two FIXME:s that are not really relevant.
authorTails developers <amnesia@boum.org>
Fri, 17 Feb 2012 15:35:43 +0000 (16:35 +0100)
committerDaniel Baumann <daniel@debian.org>
Thu, 5 Apr 2012 05:46:37 +0000 (07:46 +0200)
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

index be7cf76..f13be57 100644 (file)
@@ -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')"