From: Daniel Baumann Date: Tue, 2 Oct 2012 06:00:21 +0000 (+0200) Subject: Stopping to put a tmpfs on /root/lib/live from within initramfs, it over-'layered... X-Git-Tag: debian/3.0_b6-1~4 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=648af33d604005b1ef7bb574e9e9f910b83dccf0;hp=d75af5fab4f7c5e12bf50f8af538b5010469b2a5;p=live-boot-grml.git Stopping to put a tmpfs on /root/lib/live from within initramfs, it over-'layered' most prominently the live systems /lib/live/config, making the runtime configuration impossible and the tmpfs is not used or needed in the first place anyway. --- diff --git a/scripts/boot/9990-overlay.sh b/scripts/boot/9990-overlay.sh index 55254c7..81509a7 100755 --- a/scripts/boot/9990-overlay.sh +++ b/scripts/boot/9990-overlay.sh @@ -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