From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B31751382C5 for ; Wed, 4 Apr 2018 19:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87678E0AD1; Wed, 4 Apr 2018 19:45:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C9FFE0AD1 for ; Wed, 4 Apr 2018 19:45:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0024F335C2C for ; Wed, 4 Apr 2018 19:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67D7A25A for ; Wed, 4 Apr 2018 19:45:18 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1522871108.c2d8348dd25e003da64bfc4ec9f18be480366755.zerochaos@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: doc/ X-VCS-Repository: proj/genkernel X-VCS-Files: doc/genkernel.8.txt X-VCS-Directories: doc/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: c2d8348dd25e003da64bfc4ec9f18be480366755 X-VCS-Branch: master Date: Wed, 4 Apr 2018 19:45:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0130d8a2-5c15-4011-bf36-8c89ec54305a X-Archives-Hash: f5d50d6383de16ec4d773250a92d1435 commit: c2d8348dd25e003da64bfc4ec9f18be480366755 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Wed Apr 4 19:45:08 2018 +0000 Commit: Richard Farina gentoo 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 - MDADM integration by Matthias Dahl - ZFS integration by Richard Yao +- AUFS/Overlayfs by Zero_Chaos and likewhoa SEE ALSO