mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 10:10:17 +00:00
fix(sprout): make secure boot warning more specific
This commit is contained in:
@@ -88,7 +88,7 @@ const DELAY_ON_ERROR: Duration = Duration::from_secs(10);
|
||||
fn run() -> Result<()> {
|
||||
// For safety reasons, we will note that Secure Boot is in beta on Sprout.
|
||||
if SecureBoot::enabled().context("unable to determine Secure Boot status")? {
|
||||
warn!("Secure Boot is enabled. Sprout Secure Boot is in beta.");
|
||||
warn!("Sprout Secure Boot is in beta. Some functionality may not work as expected.");
|
||||
}
|
||||
|
||||
// Start the platform timer.
|
||||
|
||||
Reference in New Issue
Block a user