mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 20:47:00 +02:00
overlay profiles: configure nvidia-drivers package
Accept the NVIDIA-r2 license and don't build the NVIDIA tools.
This commit is contained in:
parent
be2cbc7bd4
commit
31093f0b75
@ -57,8 +57,9 @@ USE="${USE} bindist"
|
||||
# linux-fw-redistributable - license for sys-kernel/coreos-firmware
|
||||
# freedist - license for sys-kernel/coreos-kernel
|
||||
# intel-ucode - license for sys-firmware/intel-microcode
|
||||
# NVIDIA-r2 - license for x11-drivers/nvidia-drivers
|
||||
ACCEPT_LICENSE="${ACCEPT_LICENSE} no-source-code
|
||||
linux-fw-redistributable freedist intel-ucode"
|
||||
linux-fw-redistributable freedist intel-ucode NVIDIA-r2"
|
||||
|
||||
# Favor our own mirrors over Gentoo's
|
||||
GENTOO_MIRRORS="
|
||||
|
@ -31,3 +31,6 @@ dev-python/pillow jpeg
|
||||
# or not. We don't have gtk on Flatcar, so it is not an issue here,
|
||||
# but we need to mask X, so we won't try pulling gtk package.
|
||||
app-emulation/qemu X
|
||||
|
||||
# disable all tools for NVIDIA driver, keep just kmods
|
||||
x11-drivers/nvidia-drivers tools X static-libs
|
||||
|
Loading…
Reference in New Issue
Block a user