when scanning partitions to find the live filesystem, is necessary read-only 
access, not read-write
diff -Naur initrd-110-7-orig.txt/scripts/live-helpers initrd.txt/scripts/live-helpers
--- initrd-110-7-orig.txt/scripts/live-helpers	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-helpers	2007-11-19 12:34:54.000000000 +0100
@@ -239,7 +247,7 @@
 			then
 				# FIXME: all supported block devices should be scanned
 				mkdir -p "${cow_backing}"
-				try_mount "${devname}" "${cow_backing}" "rw"
+				try_mount "${devname}" "${cow_backing}" "ro"
 
 				if [ -e "${cow_backing}/${pers_label}" ]
 				then
_______________________________________________
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to