aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Yao <ryao@cs.stonybrook.edu>2012-01-28 13:57:11 -0500
committerRobin H. Johnson <robbat2@gentoo.org>2012-02-06 08:19:17 +0000
commitfc98fa9d89319e7705a393a739b99f994e12420b (patch)
treec39cbcc441b70c31884c4a0d6a066bfd87c63d7f /doc
parentcopy_binaries, multipath: refactor for ease of use and readability. (diff)
downloadgenkernel-fc98fa9d89319e7705a393a739b99f994e12420b.tar.gz
genkernel-fc98fa9d89319e7705a393a739b99f994e12420b.tar.bz2
genkernel-fc98fa9d89319e7705a393a739b99f994e12420b.zip
Implement ZFS Support
This provides ZFS support, to go with the sys-fs/zfs package. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> (cleanups)
Diffstat (limited to 'doc')
-rw-r--r--doc/genkernel.8.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 1e02fb7..67edbd9 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -260,6 +260,9 @@ INITIALIZATION
*--*[*no-*]*dmraid*::
Includes or excludes DMRAID support.
+*--*[*no-*]*zfs*::
+ Includes or excludes ZFS support.
+
*--*[*no-*]*multipath*::
Includes or excludes Multipath support
@@ -439,6 +442,10 @@ which the ramdisk scripts would recognize.
*domdadm*::
Scan for RAID arrays on bootup
+*dozfs*[=force]::
+ Scan for bootable ZFS pools on bootup. Optionally force import if
+ necessary.
+
*doscsi*::
Activate SCSI devices on bootup, necessary when SCSI support is
compiled as modules and you're using SCSI or SATA devices.
@@ -586,6 +593,7 @@ AUTHORS
- NFS Support by Thomas Seiler <thseiler@gmail.com>
- GnuPG 1.x integration by dacook <schism@subverted.org>
- MDADM integration by Matthias Dahl <ua_bugz_gentoo@mortal-soul.de>
+- ZFS integration by Richard Yao <ryao@cs.stonybrook.edu>
SEE ALSO