summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorKarl Goetz <karl@kgoetz.id.au>2009-11-01 11:40:46 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:48 +0100
commit23fc01e1b86217ff837fe48fa9dbeed1b0728ff5 (patch)
treee2cb4e5a855d1203a567413ebe39632cf0574245 /helpers
parent2e103e90c515856a75c79cc0964f31fde80cd5a5 (diff)
downloadlive-build-23fc01e1b86217ff837fe48fa9dbeed1b0728ff5.zip
live-build-23fc01e1b86217ff837fe48fa9dbeed1b0728ff5.tar.gz
Correcting comment about replacing /dev/urandom with /dev/random.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_chroot_sources2
1 files changed, 1 insertions, 1 deletions
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