From 93c4a548b0aa06c2b5fd40467b80e945e081be24 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 29 Jan 2020 23:04:22 +0100 Subject: defaults/config.sh: Use --buildpkg=n and --usepkg=n in DEFAULT_MODULEREBUILD_CMD While we call emerge with "--ignore-default-opts" since commit da5a5fa797a5fffa6c4d694cbfe2edc83bab4890 to avoid conflicting emerge options, we also need to ensure that we don't clash with problematic emerge FEATURES like "getbinpkg". Reported-by: Rick Farina Signed-off-by: Thomas Deutschmann --- doc/genkernel.8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index aebea03..6c7b9bd 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -196,7 +196,7 @@ specified. Copies or does not copy all kernel modules to the initrd. *--*[*no-*]*module-rebuild*:: - Runs, or does not run "emerge --ignore-default-opts --quiet-build=y @module-rebuild" + Runs, or does not run "emerge --ignore-default-opts --buildpkg=n --usepkg=n --quiet-build=y @module-rebuild" to build out-of-tree modules when possible, i.e. when non-static kernel and modules will be build, installed, no custom 'INSTALL_MOD_PATH' is set, '/var/lib/module-rebuild/moduledb' exists -- cgit v1.2.3-65-gdbad