From 23fc01e1b86217ff837fe48fa9dbeed1b0728ff5 Mon Sep 17 00:00:00 2001 From: Karl Goetz Date: Sun, 1 Nov 2009 11:40:46 +0100 Subject: Correcting comment about replacing /dev/urandom with /dev/random. --- helpers/lh_chroot_sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.0