mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
loader: Load platform entropy even without menu
In5c73b3e0a3calls to core.loadEntropy were added to core.boot and core.autoboot; but neither of those is invoked if we disable the "beastie" menu. Add a core.loadEntropy call to the no-menu path. Reviewed by: imp MFC after: 1 week Sponsored by: Amazon Fixes:5c73b3e0a3("Add support for getting early entropy from UEFI") Differential Revision: https://reviews.freebsd.org/D46637 (cherry picked from commit 74a28cf6e7f66c7c12fd25ee8231eeedf756bf08)
This commit is contained in:
parent
82ade8ed7e
commit
a651978fc4
1 changed files with 2 additions and 0 deletions
|
|
@ -54,4 +54,6 @@ if not core.isMenuSkipped() then
|
|||
else
|
||||
-- Load kernel/modules before we go
|
||||
config.loadelf()
|
||||
-- Load platform entropy if possible
|
||||
core.loadEntropy()
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue