[SCM] Debian Live initramfs hook branch, master, updated. 1.139.1-3-14-gbb27306

Chris Lamb lamby at debian.org
Wed Oct 1 00:05:27 UTC 2008


The following commit has been merged in the master branch:
commit 93b92245ef95981440408d11c223a7563919b732
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Oct 1 00:57:25 2008 +0100

    Be consistent in using 0/1 for True/False values instead of English representations.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/scripts/live b/scripts/live
index 0f4ef0d..fd0da8b 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1151,14 +1151,14 @@ setup_unionfs ()
 			# snapshots to be sure to really store some e.g key config files,
 			# but not on the same media
 			blacklistdev="${cowprobe}"
-			PERSISTENCE_IS_ON="Yes"
+			PERSISTENCE_IS_ON="1"
 			export PERSISTENCE_IS_ON
 		fi
 		# homecow just mount something on /home, this should be generalized some way
 		homecow=$(find_cow_device "${home_persistence}" "${blacklistdev}")
 		if [ -b "${homecow}" ]
 		then
-			PERSISTENCE_IS_ON="Yes"
+			PERSISTENCE_IS_ON="1"
 			export PERSISTENCE_IS_ON
 		fi
 		root_snapdata=$(find_snap "${root_snapshot_label}" "${blacklistdev}")

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list