diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-10-29 21:29:27 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-10-29 21:29:27 +0100 |
commit | cbfdda1939077550ca90b3609b031c2fa111e610 (patch) | |
tree | ba6c67e2c6592dda88e84cfc6362700c35ffcd57 /hurd | |
parent | d365bf423e46ec2200679da147606e0489299376 (diff) |
The quick and dirty way of getting /dev/{,u}random.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/translator/random.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hurd/translator/random.mdwn b/hurd/translator/random.mdwn index 294531d1..afb76953 100644 --- a/hurd/translator/random.mdwn +++ b/hurd/translator/random.mdwn @@ -46,6 +46,11 @@ but they are not yet in the default installation. for GNU Mach](http://download.ibofobi.dk/hurd-entropy/gnumach-entropy.diff.bz2). +* Quick and dirty way: + + sudo cp /bin/bash /dev/random + sudo ln -s random /dev/urandom + --- # Setup Tips |