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 = "edera"
[extractors.boot.filesystem-device-match]
has-item = "\\EFI\\BOOT\\xen.efi"

View File

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

View File

@@ -1,11 +1,14 @@
version = 1
[defaults]
entry = "shell"
[extractors.boot.filesystem-device-match]
has-item = "\\EFI\\BOOT\\shell.efi"
[actions.chainload-shell]
chainload.path = "$boot\\EFI\\BOOT\\shell.efi"
[entries.xen]
[entries.shell]
title = "Boot Shell"
actions = ["chainload-shell"]

View File

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