diff options
author | 2019-07-21 00:11:31 +0200 | |
---|---|---|
committer | 2019-07-21 18:09:35 +0200 | |
commit | b0ca48130c96f34e61a8bb2ea4c169f5efd89c94 (patch) | |
tree | 1b7bf6db3b0dafdfab523365c66c95c9f69299d0 /doc | |
parent | gen_funcs.sh: set_config_with_override(): Bail out when we failed to set conf... (diff) | |
download | genkernel-b0ca48130c96f34e61a8bb2ea4c169f5efd89c94.tar.gz genkernel-b0ca48130c96f34e61a8bb2ea4c169f5efd89c94.tar.bz2 genkernel-b0ca48130c96f34e61a8bb2ea4c169f5efd89c94.zip |
Add --no-sandbox option
This option is useful when you are calling genkernel within a sandboxed
environment, i.e. when using genkernel within an ebuild.
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/genkernel.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 3b96d8e..e04e800 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -327,6 +327,9 @@ INITIALIZATION *--*[*no-*]*iscsi*:: Includes or excludes iSCSI support. +*--*[*no-*]*sandbox*:: + Enables or disables sandbox-ing when building initramfs. + *--*[*no-*]*ssh*:: Includes or excludes SSH (dropbear) support for remote LUKS keys. |