Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ubuntu24.04/nvidia-driver
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ _install_driver() {
if [[ "${KERNEL_MODULE_TYPE}" == "open" || "${KERNEL_MODULE_TYPE}" == "proprietary" ]]; then
[[ "${KERNEL_MODULE_TYPE}" == "open" ]] && kernel_type=kernel-open || kernel_type=kernel
echo "Proceeding with user-specified kernel module type ${KERNEL_MODULE_TYPE}"
install_args+=("-m=${kernel_type}")
install_args+=("--kernel-module-type=${kernel_type}")
fi

# Specify the --skip-module-load flag for versions of the nvidia-installer that
Expand Down