X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-overlay.sh;h=61b1f269bfac05915e311fe1bae7a4e2f27394b9;hb=ad4ec759ed2d8e76de01c9351cfaa6f8062def0c;hp=37e8499273a29b8f4bd32eba641d694e89f716b5;hpb=0d878d3a679820d570a20c0fa1c1a2c5b92ad037;p=live-boot-grml.git diff --git a/components/9990-overlay.sh b/components/9990-overlay.sh index 37e8499..61b1f26 100755 --- a/components/9990-overlay.sh +++ b/components/9990-overlay.sh @@ -239,7 +239,7 @@ setup_unionfs () if [ -n "${PERSISTENCE_READONLY}" ] && [ "${cowdevice}" != "tmpfs" ] then - mount -t tmpfs -o rw,noatime,mode=755,size=${OVERLAY_SIZE:-50%} tmpfs "/live/overlay" + mount -t tmpfs -o rw,noatime,mode=755,size=${OVERLAY_SIZE:-50%} tmpfs "/run/live/overlay" root_backing="/run/live/persistence/$(basename ${cowdevice})-root" mkdir -p ${root_backing} else