Fix custom mounts after switch to /run/live
authorLuca Boccassi <bluca@debian.org>
Tue, 13 Mar 2018 18:09:31 +0000 (18:09 +0000)
committerLuca Boccassi <bluca@debian.org>
Tue, 13 Mar 2018 21:39:28 +0000 (21:39 +0000)
commitbe43356ae81473996fca970550b5fde40e240ac8
treed30d24b9179163711d5d13e495e4a10546c7f27d
parent198aa96a58a6ff1935b5a00012d1069c9849a232
Fix custom mounts after switch to /run/live

9990-misc-helpers.sh was still looping over /live/rootfs/* rather
than /run/live/rootfs/*, breaking custom mount points.
Also /live/persistence was used to store debug file instead of
/run/live/persistence in the same function.
Update them to follow changes from 0d878d3a6798 (see #886328).
components/9990-misc-helpers.sh