From 6b135f416cd5bed4e46c94871c84038623994612 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 16 Jul 2021 11:38:29 +0200 Subject: [nvidia-libs/nvidia-kernel] Add module_init hook, rename load hook --- core/modules/nvidia-kernel/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/nvidia-kernel') diff --git a/core/modules/nvidia-kernel/module.build b/core/modules/nvidia-kernel/module.build index 38c96a75..f66fb74c 100644 --- a/core/modules/nvidia-kernel/module.build +++ b/core/modules/nvidia-kernel/module.build @@ -1,6 +1,6 @@ #!/bin/bash -module_load() { +pre_exec() { [ -z "$NVIDIA_VERSIONS" ] && perror "No NVIDIA_VERSIONS set in config" local version for version in $NVIDIA_VERSIONS; do -- cgit v1.2.3-55-g7522