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

This commit is contained in:
Karl Goetz 2009-11-01 11:40:46 +01:00 committed by Daniel Baumann
parent 2e103e90c5
commit 23fc01e1b8
1 changed files with 1 additions and 1 deletions

View File

@ -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