mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 13:06:59 +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
|
# linux-fw-redistributable - license for sys-kernel/coreos-firmware
|
||||||
# freedist - license for sys-kernel/coreos-kernel
|
# freedist - license for sys-kernel/coreos-kernel
|
||||||
# intel-ucode - license for sys-firmware/intel-microcode
|
# intel-ucode - license for sys-firmware/intel-microcode
|
||||||
|
# NVIDIA-r2 - license for x11-drivers/nvidia-drivers
|
||||||
ACCEPT_LICENSE="${ACCEPT_LICENSE} no-source-code
|
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
|
# Favor our own mirrors over Gentoo's
|
||||||
GENTOO_MIRRORS="
|
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,
|
# 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.
|
# but we need to mask X, so we won't try pulling gtk package.
|
||||||
app-emulation/qemu X
|
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