diff options
author | Niklas Haas <git@nand.wakku.to> | 2015-08-19 21:13:20 +0200 |
---|---|---|
committer | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2015-08-19 15:27:25 -0400 |
commit | d41ebc4d721a8706d0b0f7c5cd1ed8dab42d667c (patch) | |
tree | 8fa98fba4f46944dc60e79f568300aa3bd02ca9d /doc | |
parent | Support compressed modules: both XZ & GZIP. (diff) | |
download | genkernel-d41ebc4d721a8706d0b0f7c5cd1ed8dab42d667c.tar.gz genkernel-d41ebc4d721a8706d0b0f7c5cd1ed8dab42d667c.tar.bz2 genkernel-d41ebc4d721a8706d0b0f7c5cd1ed8dab42d667c.zip |
Support multi-device Btrfs filesystems
This requires running `/sbin/btrfs device` scan during boot, which is
exposed via the new parameter ``dobtrfs''.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/genkernel.8.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index f8d7a108..45af60e0 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -275,6 +275,9 @@ INITIALIZATION *--*[*no-*]*zfs*:: Includes or excludes ZFS support. +*--*[*no-*]*btrfs*:: + Includes or excludes Btrfs support. + *--*[*no-*]*multipath*:: Includes or excludes Multipath support @@ -476,6 +479,9 @@ which the ramdisk & initramfs scripts would recognize. Scan for bootable ZFS pools on bootup. Optionally force import if necessary. +*dobtrfs*:: + Scan for attached Btrfs devices on bootup. + *domultipath*:: Activate Multipath on bootup |