[SCM] Debian Live initramfs hook branch, master, updated. 1.157.1-1-12-ga4a75b0

Daniel Baumann daniel at debian.org
Mon Apr 13 14:42:01 UTC 2009


The following commit has been merged in the master branch:
commit abfd41f57502e1e47fb6bb3c4e3f990f2a2acd33
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Apr 13 16:31:23 2009 +0200

    Not using is_luks function; for unknown reason it spuriously fails in some cases.

diff --git a/scripts/live-helpers b/scripts/live-helpers
index ff76da6..b2330bf 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -328,7 +328,7 @@ find_cow_device ()
 			fi
 
 			# Checking for a luks device
-			if is_luks ${devname}
+			if /sbin/cryptsetup isLuks ${devname}
 			then
 				cryptsetup luksOpen ${devname} $(basename ${devname})
 				devname="/dev/mapper/$(basename ${devname})"

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list