diff options
| author | Tails developers <amnesia@boum.org> | 2012-02-17 16:35:43 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-04-05 07:46:37 +0200 |
| commit | 2c55cb63431dcecab209ed5c4f477fd8681b8530 (patch) | |
| tree | ba31721908fa5473ab8c35e2e75ec6d805419c8f /scripts | |
| parent | 414dbb0e24c4e6be48524a94c11212ce2977bf86 (diff) | |
| download | live-boot-2c55cb63431dcecab209ed5c4f477fd8681b8530.tar.gz live-boot-2c55cb63431dcecab209ed5c4f477fd8681b8530.zip | |
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.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/live-helpers | 9 |
1 files changed, 0 insertions, 9 deletions
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')" |
