-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add haveged to rpb-console-image, not to -desktop nor -weston
A couple of bugs are related to lack of entropy, which can be very easily solved by having haveged running. HAVEGE algorithm explained here: http://www.irisa.fr/caps/projects/hipsor/misc.php#exectime regarding how randomness is obtained and about its unpredictability. While rng-tools is the "preferred" method, enough entropy might be very difficult in a headless development board, where haveged would definitely be a great addition. Signed-off-by: Daniel Díaz <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters