diff --git a/apertis-ospack-minimal.yaml b/apertis-ospack-minimal.yaml
index cf3908c7193d16358fb53e891ad97e06fa233e32..0220b44cc71275165b08953553e35fac515205aa 100644
--- a/apertis-ospack-minimal.yaml
+++ b/apertis-ospack-minimal.yaml
@@ -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: