diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2016-10-12 06:48:30 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2016-10-12 06:48:30 -0700 |
commit | c9855842ac422b8d3a6e7265b6a3c00efe3891e7 (patch) | |
tree | c00c8e94dd725bb538387059405192d7cd9bbf88 /genkernel.conf | |
parent | Bump version to 3.5.0.5 (diff) | |
download | genkernel-c9855842ac422b8d3a6e7265b6a3c00efe3891e7.tar.gz genkernel-c9855842ac422b8d3a6e7265b6a3c00efe3891e7.tar.bz2 genkernel-c9855842ac422b8d3a6e7265b6a3c00efe3891e7.zip |
FIRMWARE_INSTALL control option.
Prefer sys-kernel/linux-firmware to be installed and used rather than
always running firmware_install and overwriting the root copy.
Defaults to FIRMWARE_INSTALL=no, with ebuild updated to RDEPEND on
sys-kernel/linux-firmware, via IUSE='+firmware'
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'genkernel.conf')
-rw-r--r-- | genkernel.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/genkernel.conf b/genkernel.conf index 6b974e1..e62d294 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -102,6 +102,10 @@ USECOLOR="yes" # Add BTRFS support. #BTRFS="no" +# Install firmware onto root filesystem +# Will conflict with sys-kernel/linux-firmware package +#FIRMWARE_INSTALL="no" + # Enable copying of firmware into initramfs #FIRMWARE="no" # Specify directory to pull from |