diff options
-rw-r--r-- | hurd/running/debian/after_install.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hurd/running/debian/after_install.mdwn b/hurd/running/debian/after_install.mdwn index 33a70349..a2563a94 100644 --- a/hurd/running/debian/after_install.mdwn +++ b/hurd/running/debian/after_install.mdwn @@ -57,9 +57,10 @@ Installing packages without having a network connection is described # [[translator/Random]] -You often need `scp` and `ssh`. Sadly the Debian GNU/Hurd does not yet come -with any default random translator package installed. See -[[translator/random]] for details, the following is just a quick recap. +You often need `scp` and `ssh`. There is now a "random-egd" package available which uses +a random translator by Ryan Hunter and the entropy gathering daemon as entropy source. + +An alternative solution is: cd && mkdir tmp && cd tmp wget http://kilobug.free.fr/hurd/random-64.tar.gz |