mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
coreos-base/oem-azure: Install nvidia drivers in regular images
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
0f8d2ca84b
commit
aa83e2f34f
@ -15,7 +15,10 @@ IUSE=""
|
||||
# no source directory
|
||||
S="${WORKDIR}"
|
||||
|
||||
RDEPEND="~app-emulation/wa-linux-agent-${PV}"
|
||||
RDEPEND="
|
||||
~app-emulation/wa-linux-agent-${PV}
|
||||
x11-drivers/nvidia-drivers
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
Loading…
Reference in New Issue
Block a user