diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_chroot_sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index 2c9e2191f..0da87015c 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 |