Stopping to put a tmpfs on /root/lib/live from within initramfs, it over-'layered...
authorDaniel Baumann <daniel@debian.org>
Tue, 2 Oct 2012 06:00:21 +0000 (08:00 +0200)
committerDaniel Baumann <daniel@debian.org>
Tue, 2 Oct 2012 06:00:21 +0000 (08:00 +0200)
scripts/boot/9990-overlay.sh

index 55254c7..81509a7 100755 (executable)
@@ -399,10 +399,6 @@ setup_unionfs ()
                done
        fi
 
-       # make /root/lib/live writable for moving filesystems
-       mkdir -p "${rootmnt}/lib/live"
-       mount -t tmpfs tmpfs "${rootmnt}/lib/live"
-
        # move all mountpoints to root filesystem
        for _DIRECTORY in rofs persistence
        do