[SCM] live-boot branch, debian-next, updated. debian/3.0_a38-1-7-g9dac5b6

Daniel Baumann daniel at debian.org
Tue Aug 14 18:13:30 UTC 2012


The following commit has been merged in the debian-next branch:
commit 9dac5b65e0e6aaa9e194ec5e423476c78f6209e5
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Aug 14 20:13:00 2012 +0200

    Laying tmpfs on /live/overlay only during initramfs stage, fixes boot failure with plain filesystems (Closes: #681579).

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

-- 
live-boot



More information about the debian-live-changes mailing list