summaryrefslogtreecommitdiff
path: root/scripts/boot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-10-02 08:00:21 +0200
committerDaniel Baumann <daniel@debian.org>2012-10-02 08:00:21 +0200
commit648af33d604005b1ef7bb574e9e9f910b83dccf0 (patch)
treeff77c44fffe4819f5c0d503002677590adf913c3 /scripts/boot
parentd75af5fab4f7c5e12bf50f8af538b5010469b2a5 (diff)
downloadlive-boot-648af33d604005b1ef7bb574e9e9f910b83dccf0.tar.gz
live-boot-648af33d604005b1ef7bb574e9e9f910b83dccf0.zip
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.
Diffstat (limited to 'scripts/boot')
-rwxr-xr-xscripts/boot/9990-overlay.sh4
1 files changed, 0 insertions, 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