]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fix erroneous "`" in boot loader spec
authorAshley Davis <ashley_davis10419@hotmail.com>
Tue, 28 Jan 2020 15:47:25 +0000 (15:47 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 28 Jan 2020 15:52:54 +0000 (00:52 +0900)
docs/BOOT_LOADER_SPECIFICATION.md

index 6df522c9e73a80666d7b52c74f5fe0262c8189b9..13ceaa8482030339589564e9f2ee1f5c5da7e883 100644 (file)
@@ -60,7 +60,7 @@ Everything described below is located on a placeholder file system `$BOOT`. The
   * Otherwise, if the OS is installed on a disk with MBR disk label, a new partition with MBR type id of 0xEA shall be created, of a suitable size (let's say 500MB), and it should be used as `$BOOT`.
 * On disks with GPT disk labels
   * If the OS is installed on a disk with GPT disk label, and a partition with the GPT type GUID of `bc13c2ff-59e6-4262-a352-b275fd6f7172` already exists, it should be used as `$BOOT`.
-  * Otherwise, if the OS is installed on a disk with GPT disk label, and an ESP partition (i.e. with the GPT type UID of `c12a7328-f81f-11d2-ba4b-00a0c93ec93b`) already exists and is large enough (let's say 250MB`) and otherwise qualifies, it should be used as `$BOOT`.
+  * Otherwise, if the OS is installed on a disk with GPT disk label, and an ESP partition (i.e. with the GPT type UID of `c12a7328-f81f-11d2-ba4b-00a0c93ec93b`) already exists and is large enough (let's say 250MB) and otherwise qualifies, it should be used as `$BOOT`.
   * Otherwise, if the OS is installed on a disk with GPT disk label, and if the ESP partition already exists but is too small, a new suitably sized (let's say 500MB) partition with GPT type GUID of `bc13c2ff-59e6-4262-a352-b275fd6f7172` shall be created and it should be used as `$BOOT`.
   * Otherwise, if the OS is installed on a disk with GPT disk label, and no ESP partition exists yet, a new suitably sized (let's say 500MB) ESP should be created and should be used as `$BOOT`.