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

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).

Commit 85cc6eba took care of the minimal ospack/images introducing rng-tools to integrate with hardware random number generators while jitterentropy-rngd can provide randomness without.

This commit applies the same change to the target, basesdk and sdk ospacks/images.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
44 44 #- apertis-customizations
45 45 - initramfs-tools
46 46
47 # Add rng-tools for devices that have a hardware number generator
48 # Add jitterentropy-rngd for those without
49 # On final production images this can be tuned based on the device
50 - action: apt
51 description: "RNG packages"
52 packages:
53 - rng-tools5
54 - j - initramfs-tools
  • Emanuele Aina added 1 commit

    added 1 commit

    • 1d936346 - ospack: Ship rngd on all the images, not just minimal

    Compare with previous version

  • Please register or sign in to reply
    Loading