summaryrefslogtreecommitdiff
path: root/docs/BOOT_LOADER_SPECIFICATION.md
diff options
context:
space:
mode:
authorCarlo Teubner <carlo@cteubner.net>2021-04-02 09:03:02 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2021-04-02 10:53:26 +0100
commit6d3831cee58dcbdb7ea8a86ca621fec38f5b279b (patch)
tree13b047a2dafd0508f1ee3b46fcf586e57d138a1a /docs/BOOT_LOADER_SPECIFICATION.md
parent8ab34a49dbf75fd731973359a6f24c212682f479 (diff)
downloadsystemd-6d3831cee58dcbdb7ea8a86ca621fec38f5b279b.tar.gz
docs: use current spelling "macOS" not "OS X" etc.
Diffstat (limited to 'docs/BOOT_LOADER_SPECIFICATION.md')
-rw-r--r--docs/BOOT_LOADER_SPECIFICATION.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BOOT_LOADER_SPECIFICATION.md b/docs/BOOT_LOADER_SPECIFICATION.md
index 290977142c..e0ac90bb9f 100644
--- a/docs/BOOT_LOADER_SPECIFICATION.md
+++ b/docs/BOOT_LOADER_SPECIFICATION.md
@@ -208,7 +208,7 @@ On EFI, any such images shall be added to the list of valid boot entries.
Note that these configurations snippets do not need to be the only configuration source for a boot loader. It may extend this list of entries with additional items from other configuration files (for example its own native configuration files) or automatically detected other entries without explicit configuration.
-To make this explicitly clear: this specification is designed with "free" operating systems in mind, starting Windows or MacOS is out of focus with these configuration snippets, use boot-loader specific solutions for that. In the text above, if we say "OS" we hence imply "free", i.e. primarily Linux (though this could be easily be extended to the BSDs and whatnot).
+To make this explicitly clear: this specification is designed with "free" operating systems in mind, starting Windows or macOS is out of focus with these configuration snippets, use boot-loader specific solutions for that. In the text above, if we say "OS" we hence imply "free", i.e. primarily Linux (though this could be easily be extended to the BSDs and whatnot).
Note that all paths used in the configuration snippets use a Unix-style "/" as path separator. This needs to be converted to an EFI-style "\" separator in EFI boot loaders.