The following commit has been merged in the master branch:
commit 67ef2648707dae5ed6f046de5c9d91e3d375ccb5
Author: Samuel Thibault <[email protected]>
Date: Sun Nov 6 02:39:53 2011 +0100
comments
diff --git a/debian/hurd.postinst b/debian/hurd.postinst
index e512f5c..f6b0ead 100644
--- a/debian/hurd.postinst
+++ b/debian/hurd.postinst
@@ -69,6 +69,9 @@ if [ "$1" = configure ] && [ "$2" ]; then
update-alternatives --install /dev/random random /dev/random-hurd 10 \
--slave /dev/urandom urandom /dev/urandom-hurd
+ # Generate initial pool
[ -f /var/spool/random-seed ] || dd < /dev/urandom >
/var/spool/random-seed bs=1 count=600
+ # TODO: will need to run settrans -ga /dev/random at system stop to
make
+ # it save it back
fi
--
Debian GNU Hurd packaging