]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - doc/BOOT_LOADER_SPECIFICATION.md
bls: allow firmware-supported file systems
[thirdparty/systemd.git] / doc / BOOT_LOADER_SPECIFICATION.md
index dc67f2ffc8f19498b66d7a9ab1ea0cb8596c8f2f..9c4448bc46cd98e2f6b6629520b8adebed3d982c 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