Skip to content
Snippets Groups Projects
Commit 85cc6eba authored by Sjoerd Simons's avatar Sjoerd Simons Committed by Emanuele Aina
Browse files

Install rngd packages in the minimal images


With newer kernels it takes far longer in early boot to get random
numbers (as >= 4.18 kernels ensure good quality entropy is availble
before starting  providing randomness).

Install rng-tools to integrate with hardware random number generators
while jitterentropy-rngd can provide randomness without.

Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
parent 29cb0406
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,15 @@ actions:
- udisks2
- libnss-myhostname
# Add rng-tools for devices that have a hardware number generator
# Add jitterentropy-rngd for those without
# On final production images this can be tuned based on the device
- action: apt
description: "RNG packages"
packages:
- rng-tools5
- jitterentropy-rngd
- action: apt
description: "Base packages"
packages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment