commit: d547aa065061b0bdd4c79001b3ecf4da760d817d Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Fri Mar 8 17:06:35 2019 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Fri Mar 8 17:06:35 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=d547aa06
genkernel.conf: update & clarify comments regarding FIRMWARE_* behavior Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> genkernel.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/genkernel.conf b/genkernel.conf index 1533c7a..858a52b 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -130,7 +130,8 @@ USECOLOR="yes" #FIRMWARE="no" # Specify directory to pull from #FIRMWARE_DIR="/lib/firmware" -# Specify specific firmware files to include. This overrides FIRMWARE_DIR +# Specify firmware files to include, relative to FIRMWARE_DIR. If empty or +# unset, the full contents of FIRMWARE_DIR will be copied recursively. #FIRMWARE_FILES="" # Enable disklabel support (copies blkid to initrd)
