From f7bd4f22acc61dc835fc418e27c021cafcc400e9 Mon Sep 17 00:00:00 2001 From: Sergii Dmytruk Date: Tue, 24 Mar 2026 21:00:12 +0200 Subject: [PATCH] kb/capsule-updates-configs.md: small improvements * Add three dots. * Replace "numbers" with "digits" in one place. * Use a relative file URL, not https: one. * Link to sections. Signed-off-by: Sergii Dmytruk --- docs/kb/capsule-updates-configs.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/kb/capsule-updates-configs.md b/docs/kb/capsule-updates-configs.md index c90453af..bdd03c74 100644 --- a/docs/kb/capsule-updates-configs.md +++ b/docs/kb/capsule-updates-configs.md @@ -3,7 +3,7 @@ Dasharo releases that support Capsule Updates need to include a number of additional options in their coreboot configuration file. The options correspond to the required payload data described in -[Capsule Updates Details - Required Payload Data](./edk2-capsule-updates.md#capsule-information) +[Capsule Updates Details - Required Payload Data](./edk2-capsule-updates.md#capsule-information). ## Configuration @@ -13,9 +13,9 @@ in the `configs/` directory under the name of The options that need to be set are: -- `CONFIG_DRIVERS_EFI_MAIN_FW_GUID` -- `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION` -- `CONFIG_DRIVERS_EFI_MAIN_FW_LSV` +- [`CONFIG_DRIVERS_EFI_MAIN_FW_GUID`](#config_drivers_efi_main_fw_guid) +- [`CONFIG_DRIVERS_EFI_MAIN_FW_VERSION`](#config_drivers_efi_main_fw_version) +- [`CONFIG_DRIVERS_EFI_MAIN_FW_LSV`](#config_drivers_efi_main_fw_lsv) ### CONFIG_DRIVERS_EFI_MAIN_FW_GUID @@ -40,8 +40,8 @@ Capsule Update. The `CONFIG_LOCALVERSION` option is a string representation of the version which does not allow reliable comparisons. The value consists of 8 hexadecimal digits which are grouped -into four groups of two numbers. Each group represents a single component of -a Dasharo version according to the [Versioning](https://docs.dasharo.com/dev-proc/versioning/) +into four groups of two digits. Each group represents a single component of +a Dasharo version according to the [Versioning](../dev-proc/versioning.md). `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION` has to be updated on new releases to always match the `CONFIG_LOCALVERSION`. @@ -67,7 +67,7 @@ The value represents the lowest firmware version, that will be accepted as a valid one. A Capsule Update to a version lower than `CONFIG_DRIVERS_EFI_MAIN_FW_LSV` will not be allowed. May be used to forbid downgrading to versions with severe security vulnerabilities. The value -takes the same format as `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION` +takes the same format as `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION`. Examples: