Skip to content

Commit 6f3a5dd

Browse files
Itxakapoettering
authored andcommitted
Add profile reference in the Bootloader spec
Clarifies the use of the profile key to choose the profile associated with Type 1 configs. Complements PR at systemd/systemd#39088 Signed-off-by: Itxaka <[email protected]>
1 parent a872241 commit 6f3a5dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

specs/boot_loader_specification.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,13 @@ The following keys are recognized:
335335

336336
Example: `architecture aa64`
337337

338+
* `profile` refers to the profile number to use in multi-profile EFI programs.
339+
See the section `multi-profile UKIs` in [the UKI Specification](unified_kernel_image.md)
340+
for more information.
341+
This should only be used when `uki` or `uki-url` is set to a multi-profile UKI. Behaviour is undefined for any other cases.
342+
343+
Example: `profile 1`
344+
338345
Each boot loader menu entry drop-in snippet must include at least a `linux` or an `efi`
339346
key. Here is an example for a complete drop-in file:
340347

0 commit comments

Comments
 (0)