summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Garrett <matthew.garrett@nebula.com>2014-07-07 18:20:16 -0400
committerMatthew Garrett <matthew.garrett@nebula.com>2014-07-07 18:20:16 -0400
commit2a687c680348c022be025d00f76f9e3adb0427bb (patch)
tree9442054dcd01392c784598a36b9d514ff1c5af0a
parentb869e74a49c1919c5e8eb12b8fa06bda0ee65d2c (diff)
Fix typos
s/UID/UUID/
-rw-r--r--MatthewGarrett/BootLoaderSpec.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatthewGarrett/BootLoaderSpec.mdwn b/MatthewGarrett/BootLoaderSpec.mdwn
index ba9000ed..dcd311e3 100644
--- a/MatthewGarrett/BootLoaderSpec.mdwn
+++ b/MatthewGarrett/BootLoaderSpec.mdwn
@@ -44,7 +44,7 @@ These directories are defined below the placeholder file system `$BOOT`. This pl
* If the OS is installed on a disk with MBR disk label, and a partition with the MBR type id of 0xEF already exists it should be used as $BOOT.
* Otherwise, if the the OS is installed on a disk with MBR disk label, a new partition with MBR type id of 0xEF shall be created, of a suitable size (let's say 500MB), and it should be used as $BOOT.
-* 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 it should be used as $BOOT.
+* If the OS is installed on a disk with GPT disk label, and an ESP partition (i.e. with the GPT type UUID of c12a7328-f81f-11d2-ba4b-00a0c93ec93b) already exists 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.
**Note:** _In all cases the /org/freedesktop/bls directory should be located directly in the root of the file system. Specifically, if $BOOT is the ESP, then /org/freedesktop/bls directory should be located directly in the root directory of the ESP, and not in the EFI/ subdirectory._