---
I thought this daemon saved the entropy in a file, so it could be
loaded early across reboots. I don't see such a functionality. But it
was requested in task #1175 to deal with pre-RDRAND systems that
generate very little entropy.
bundles/haveged | 14 ++++++++++++++
packages.list | 1 +
2 files changed, 15 insertions(+)
create mode 100644 bundles/haveged
diff --git a/bundles/haveged b/bundles/haveged
new file mode 100644
index 00000000..7390355e
--- /dev/null
+++ b/bundles/haveged
@@ -0,0 +1,14 @@
+# [TITLE]: haveged
+# [DESCRIPTION]: Daemon for feeding entropy into the random pool
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [TAGS]:
+# [MAINTAINER]: Thiago Macieira <thiago.macieira(a)intel.com>
+
+
+# start of custom additions (edits outside this area will be removed automatically)
+
+# end of custom additions
+
+# main package
+haveged
diff --git a/packages.list b/packages.list
index 41cbf3c5..2eec9898 100644
--- a/packages.list
+++ b/packages.list
@@ -349,3 +349,4 @@ cmus # A small, fast and powerful console music player.
aspell # Spell checking utility
sway # i3-compatible Wayland compositor
vpp # Vector Packet Processing
+haveged # Daemon for feeding entropy into the random pool
--
2.23.0