diff --git a/scripts/boot/9990-overlay.sh b/scripts/boot/9990-overlay.sh index 098111c..e1cfd15 100755 --- a/lib/live/boot/9990-overlay.sh +++ b/lib/live/boot/9990-overlay.sh @@ -156,7 +156,7 @@ setup_unionfs () # tmpfs file systems touch /etc/fstab mkdir -p /live/overlay - mount -t tmpfs tmpfs /live/overlay + # mount -t tmpfs tmpfs /live/overlay # Looking for persistence devices or files if [ -n "${PERSISTENCE}" ] && [ -z "${NOPERSISTENCE}" ]