bls: allow firmware-supported file systems
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 25 Jun 2018 13:18:29 +0000 (15:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Jun 2018 13:39:54 +0000 (15:39 +0200)
This copies the text from Matthew Garrett's version verbatim. At
least MacOS uses HFS+ for their ESP.

doc/BOOT_LOADER_SPECIFICATION.md

index dc67f2f..9c4448b 100644 (file)
@@ -47,7 +47,7 @@ This placeholder file system shall be determined during _installation time_, and
 
 **Note:** _`$BOOT` should be considered **shared** among all OS installations of a system. Instead of maintaining one `$BOOT` per installed OS (as `/boot` was traditionally handled), all installed OS share the same place to drop in their boot-time configuration._
 
-`$BOOT` must be a VFAT (16 or 32) file system. Other file system types should not be used. Applications accessing `$BOOT` should hence not assume that fancier file system features such as symlinks, hardlinks, access control or case sensitivity are supported.
+For systems where the firmware is able to read file systems directly, `$BOOT` must be a file system readable by the firmware. For other systems, `$BOOT` must be a VFAT (16 or 32) file system. Applications accessing `$BOOT` should hence not assume that fancier file system features such as symlinks, hardlinks, access control or case sensitivity are supported.
 
 ### Boot loader specification entries