[SCM] live-helper branch, master, updated. 1.0.5-2-51-g764783d

Daniel Baumann daniel at debian.org
Sun Nov 1 10:47:20 UTC 2009


The following commit has been merged in the master branch:
commit 94c37551e93631f560caa7553009dc81dcae0a80
Author: Karl Goetz <karl at kgoetz.id.au>
Date:   Sun Nov 1 11:40:46 2009 +0100

    Correcting comment about replacing /dev/urandom with /dev/random.

diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index 2c9e219..0da8701 100755
--- a/helpers/lh_chroot_sources
+++ b/helpers/lh_chroot_sources
@@ -149,7 +149,7 @@ case "${1}" in
 					# Ensure ~/.gnupg exists (required for gnupg >= ~1.4.9)
 					mkdir -p chroot/root/.gnupg
 
-					# Temporarily replace /dev/urandom with /dev/random so as not
+					# Temporarily replace /dev/random with /dev/urandom so as not
 					# to block automated image builds; we don't care about the
 					# security of this key anyway.
 					mv chroot/dev/random chroot/dev/random.orig

-- 
live-helper



More information about the debian-live-changes mailing list