Stopping to put a tmpfs on /root/lib/live from within initramfs, it over-'layered...
[live-boot-grml.git] / 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