mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +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
4b7897eb32
commit
e52fdf4f75
@ -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="
|
||||
|
||||
@ -25,3 +25,6 @@ sys-fs/btrfs-progs man
|
||||
# put anywhere. Thus avoid pulling more dependencies than necessary
|
||||
# for throw-away things.
|
||||
dev-python/pillow jpeg
|
||||
|
||||
# disable all tools for NVIDIA driver, keep just kmods
|
||||
x11-drivers/nvidia-drivers tools X static-libs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user