summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-04-04 15:45:08 -0400
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-04-04 15:45:08 -0400
commitc2d8348dd25e003da64bfc4ec9f18be480366755 (patch)
tree021a520e5076bc702b89c6939d51a680e7a9cf3b /doc
parentBump version to 3.5.3.0 (diff)
downloadgenkernel-c2d8348dd25e003da64bfc4ec9f18be480366755.tar.gz
genkernel-c2d8348dd25e003da64bfc4ec9f18be480366755.tar.bz2
genkernel-c2d8348dd25e003da64bfc4ec9f18be480366755.zip
document overlayfs branch, and a tiny bit more
Diffstat (limited to 'doc')
-rw-r--r--doc/genkernel.8.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 7c653eb..908212e 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -610,7 +610,18 @@ recognized by the kernel itself.
Enables/disables UnionFS.
*aufs*::
- Enables support for AUFS2 (if available in the kernel).
+ Enables support for AUFS (if available in the kernel).
+
+*aufs.modules*=<...>::
+ Use an alternate location for filesystem overlays to be added on top of
+ the livecd and below the writable tmpfs. Default is /modules/
+
+*overlayfs*::
+ Enables support for Overlayfs (if available in the kernel).
+
+*overlayfs.modules*=<...>::
+ Use an alternate location for filesystem overlays to be added on top of
+ the livecd and below the writable tmpfs. Default is /modules/
*rootflags*=<...>::
Additional flags to mount the real root system with.
@@ -696,6 +707,7 @@ AUTHORS
- 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>
+- AUFS/Overlayfs by Zero_Chaos <zerochaos@gentoo.org> and likewhoa
SEE ALSO