feat(config): support for setting the default entry to boot

This commit is contained in:
2025-10-24 21:19:38 -07:00
parent fbebedd66a
commit 734ff117db
6 changed files with 36 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
version = 1
[defaults]
entry = "kernel"
[extractors.boot.filesystem-device-match]
has-item = "\\EFI\\BOOT\\kernel.efi"