mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-21 14:35:25 +00:00
btrfs-progs: docs: add bootloader support to section 5
Add the section with brief summary of the support. The supported features could be mentioned explicitly with versions, and other examples of "check before use" that could lead to unbootable systems. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
4a654aead4
commit
71ba47d26e
@ -16,9 +16,11 @@ tools. Currently covers:
|
|||||||
|
|
||||||
3. filesystem limits
|
3. filesystem limits
|
||||||
|
|
||||||
4. file attributes
|
4. bootloader support
|
||||||
|
|
||||||
5. control device
|
5. file attributes
|
||||||
|
|
||||||
|
6. control device
|
||||||
|
|
||||||
|
|
||||||
MOUNT OPTIONS
|
MOUNT OPTIONS
|
||||||
@ -657,6 +659,16 @@ maximum number of hardlinks of a file in a directory::
|
|||||||
100 otherwise
|
100 otherwise
|
||||||
|
|
||||||
|
|
||||||
|
BOOTLOADER SUPPORT
|
||||||
|
------------------
|
||||||
|
|
||||||
|
GRUB2 (https://www.gnu.org/software/grub) has the most advanced support of
|
||||||
|
booting from BTRFS with respect to features.
|
||||||
|
|
||||||
|
EXTLINUX (from the https://syslinux.org project) can boot but does not support
|
||||||
|
all features. Please check the upstream documentation before you use it.
|
||||||
|
|
||||||
|
|
||||||
FILE ATTRIBUTES
|
FILE ATTRIBUTES
|
||||||
---------------
|
---------------
|
||||||
The btrfs filesystem supports setting the following file attributes using the
|
The btrfs filesystem supports setting the following file attributes using the
|
||||||
|
Loading…
Reference in New Issue
Block a user