Skip to content
Snippets Groups Projects

ospack: Ship rngd on all the images, not just minimal

Merged Emanuele Aina requested to merge wip/em/install-rngd-everywhere into apertis/v2019dev0
1 unresolved thread
3 files
+ 27
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -43,6 +43,15 @@ actions:
- initramfs-tools
# - apertis-customizations
# 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:
Loading