Making the /live to /lib/live move for the persistence code.
authorTails developers <amnesia@boum.org>
Fri, 7 Dec 2012 21:27:51 +0000 (22:27 +0100)
committerDaniel Baumann <daniel@debian.org>
Fri, 7 Dec 2012 21:28:42 +0000 (22:28 +0100)
commit77dab1cb394c5fc2b9a848c6297d24f65a3b8259
tree3fa6434d6661b73b1440403a79cd0d880b21c352
parentab81e974b4db130530fe752350559ec65bc28e7b
Making the /live to /lib/live move for the persistence code.

Exposing /lib/live/mount/persistence in user-space is highly relevant
for the (soon-to-come) tool for activating persistence post-initramfs.
We want to use the same persistence code for both scenarios, and avoid
using different cases for them, so we make it only use /lib/live.

Similarly we also make sure that persistence modes using unions use
the same copy-on-write dir or "overlay" (i.e. /lib/live/mount/overlay)
in order to make them work as intended.
scripts/boot/9990-misc-helpers.sh
scripts/boot/9990-overlay.sh