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 <mail@daniel-baumann.ch>
Mon, 6 May 2013 11:54:13 +0000 (13:54 +0200)
commit63a94b2bfcc454b05ead6e06f08363e4f6ac3b71
tree37a6650530ebd89786d7c33bf86891d2ea3281e8
parent2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1
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