From: Zbigniew Jędrzejewski-Szmek Date: Mon, 25 Jun 2018 13:18:29 +0000 (+0200) Subject: bls: allow firmware-supported file systems X-Git-Tag: v240~1046 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f1fc7c6d45ab8148e837aab61908e7cab405595;p=thirdparty%2Fsystemd.git bls: allow firmware-supported file systems This copies the text from Matthew Garrett's version verbatim. At least MacOS uses HFS+ for their ESP. --- diff --git a/doc/BOOT_LOADER_SPECIFICATION.md b/doc/BOOT_LOADER_SPECIFICATION.md index dc67f2ffc8f..9c4448bc46c 100644 --- a/doc/BOOT_LOADER_SPECIFICATION.md +++ b/doc/BOOT_LOADER_SPECIFICATION.md @@ -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