commit: c2d8348dd25e003da64bfc4ec9f18be480366755
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 4 19:45:08 2018 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Apr 4 19:45:08 2018 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c2d8348d
document overlayfs branch, and a tiny bit more
doc/genkernel.8.txt | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
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 <[email protected]>
- MDADM integration by Matthias Dahl <[email protected]>
- ZFS integration by Richard Yao <[email protected]>
+- AUFS/Overlayfs by Zero_Chaos <[email protected]> and likewhoa
SEE ALSO