From 648af33d604005b1ef7bb574e9e9f910b83dccf0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 2 Oct 2012 08:00:21 +0200 Subject: [PATCH] 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. --- scripts/boot/9990-overlay.sh | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.1.4