[SCM] Debian Live initramfs hook branch, master, updated. 1.157.1-1-13-g7b1c200

Daniel Baumann daniel at debian.org
Mon Apr 13 21:37:10 UTC 2009


The following commit has been merged in the master branch:
commit 7b1c2008bbb381665665cc520ed95a87cdff6183
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Apr 13 18:03:42 2009 +0200

    Correcting error cryptsetup message.

diff --git a/scripts/live-helpers b/scripts/live-helpers
index 320000f..e8634cd 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -340,7 +340,6 @@ find_cow_device ()
 					unset passphrase
 					exec 9</tmp/passphrase
 					/sbin/cryptsetup luksOpen ${devname} $(basename ${devname})
-
 					error=${?}
 					exec 9<&-
 					rm -f /tmp/passphrase
@@ -354,7 +353,7 @@ find_cow_device ()
 					fi
 
 					echo
-					echo -n "There was an error decrypting the root filesystem ... Retry? [Y/n] " >&6
+					echo -n "There was an error decrypting ${devname} ... Retry? [Y/n] " >&6
 					read answer
 
 					if [ "$(echo "${answer}" | cut -b1 | tr A-Z a-z)" = "n" ]

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list