feat(autoconfigure): improved linux support and windows support

This commit is contained in:
2025-10-27 19:47:21 -04:00
parent 6819e55e23
commit 2bf4013938
5 changed files with 109 additions and 9 deletions

View File

@@ -248,6 +248,7 @@ fn main() -> Result<()> {
for (index, stack) in error.chain().enumerate() {
error!("[{}]: {}", index, stack);
}
uefi::boot::stall(Duration::from_secs(10));
}
// Sprout doesn't necessarily guarantee anything was booted.