Merge pull request #1078 from kinvolk/sayan/add-nvidia-aws-pro

coreos-base/oem-ec2-compat: Add NVIDIA support for AWS Pro
This commit is contained in:
Sayan Chowdhury 2021-06-29 21:54:40 +05:30 committed by GitHub
commit ce55cb0736
2 changed files with 16 additions and 1 deletions

View File

@ -11,6 +11,14 @@
"source": "oem:///eks/bootstrap.sh"
},
"mode": 493
},
{
"filesystem": "root",
"path": "/etc/systemd/system/nvidia.service",
"contents": {
"source": "oem:///units/nvidia.service"
},
"mode": 292
}
]
},
@ -19,6 +27,10 @@
{
"name": "coreos-metadata-sshkeys@.service",
"enabled": true
},
{
"name": "nvidia.service",
"enabled": true
}
]
}

View File

@ -20,7 +20,10 @@ REQUIRED_USE="^^ ( ec2 openstack brightbox aws_pro )"
# ec2? ( app-emulation/amazon-ssm-agent )
#"
RDEPEND="
aws_pro? ( coreos-base/flatcar-eks )
aws_pro? (
coreos-base/flatcar-eks
x11-drivers/nvidia-drivers
)
"
# no source directory