aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-03-08 16:09:17 -0600
committerBen Kohler <bkohler@gentoo.org>2019-03-08 16:09:17 -0600
commitc576f99b0bbdb2c938d5b73eee61d876ef7cca88 (patch)
treee7822392c053553a91a7fa944b02a8afc5bc40b0 /genkernel.conf
parentmodules_load: fix crc32 & crc32c for old kernels & fine-tune per arch (diff)
downloadgenkernel-c576f99b0bbdb2c938d5b73eee61d876ef7cca88.tar.gz
genkernel-c576f99b0bbdb2c938d5b73eee61d876ef7cca88.tar.bz2
genkernel-c576f99b0bbdb2c938d5b73eee61d876ef7cca88.zip
Misc improvements for FIRMWARE* handling
Change append_firmware to use a space separated list rather than comma-separated. Also simplify that code a bit. Add checks to ensure FIRMWARE_FILES is a space-separated list, and using relative paths. Adjust genkernel.conf comments to clarify those requirements. Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'genkernel.conf')
-rw-r--r--genkernel.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/genkernel.conf b/genkernel.conf
index 858a52b..6eae321 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -130,8 +130,9 @@ USECOLOR="yes"
#FIRMWARE="no"
# Specify directory to pull from
#FIRMWARE_DIR="/lib/firmware"
-# Specify firmware files to include, relative to FIRMWARE_DIR. If empty or
-# unset, the full contents of FIRMWARE_DIR will be copied recursively.
+# Specify a space-separated list of firmware files or directories to include,
+# relative to FIRMWARE_DIR. If empty or unset, the full contents of
+# FIRMWARE_DIR will be included.
#FIRMWARE_FILES=""
# Enable disklabel support (copies blkid to initrd)