Option NOPERSISTENT should blank the PERSISTENT variable

diff -Naur initrd-110-7-orig.txt/scripts/live initrd.txt/scripts/live
--- initrd-110-7-orig.txt/scripts/live	2007-11-19 10:58:26.000000000 +0100
@@ -300,12 +304,12 @@
 				;;
 
 			nopersistent)
-				NOPERSISTENT="Yes"
-				export NOPERSISTENT
+				PERSISTENT=""
+				export PERSISTENT
 				;;
 
 			preseed/file=*|file=*)
 				LOCATION="${ARGUMENT#*=}"
_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to