From: Zbigniew Jędrzejewski-Szmek Date: Tue, 6 May 2025 19:04:00 +0000 (+0200) Subject: docs/BOOT_LOADER_INTERFACE: minor grammar fixes X-Git-Tag: v258-rc1~619^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fe7cdd91a26265686f1e5bdb269b556c1914feb;p=thirdparty%2Fsystemd.git docs/BOOT_LOADER_INTERFACE: minor grammar fixes --- diff --git a/docs/BOOT_LOADER_INTERFACE.md b/docs/BOOT_LOADER_INTERFACE.md index d4d9a773702..2d67ff4c72c 100644 --- a/docs/BOOT_LOADER_INTERFACE.md +++ b/docs/BOOT_LOADER_INTERFACE.md @@ -52,7 +52,7 @@ variables. All EFI variables use the vendor UUID be used to let the OS know which boot menu entries were discovered by the boot loader. A boot loader entry identifier should be a short, non-empty alphanumeric string (possibly containing `-`, too). The list should be in the - order the entries are shown on screen during boot. See below regarding a + order the entries are shown on screen during boot. See below regarding the recommended vocabulary for boot loader entry identifiers. * The EFI variable `LoaderEntryDefault` contains the default boot loader entry @@ -62,13 +62,13 @@ variables. All EFI variables use the vendor UUID used in case of a system failure. System failure (SysFail) boot entries can optionally modify the automatic selection order in the event of a failure, such as a boot firmware update failure with the failure status recorded in - the EFI system table. If a system failure occurs and `LoaderEntrySysFail` is set, - systemd-boot will use this boot entry and store the actual SysFail reason in - the `LoaderSysFailReason` EFI variable. + the EFI system table. If a system failure occurs and `LoaderEntrySysFail` is + set, systemd-boot will use this boot entry, and store the actual SysFail + reason in the `LoaderSysFailReason` EFI variable. * The EFI variable `LoaderSysFailReason` contains the system failure reason. This variable is used in cooperation with `LoaderEntrySysFail` boot entry. - If system failure doesn't occur `LoaderSysFailReason` is not set at all. + If system failure doesn't occur, `LoaderSysFailReason` is not set. * Similarly, the EFI variable `LoaderEntryOneShot` contains the default boot loader entry to use for a single following boot. It is set by the OS in order