Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update driver-container for SUSE SLE #126

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
sle15: nvidia-installer - include drm, supress attempt to load modules
The DRM module is now required for the driver to function properly.
Loading modules here will preempt the explicit module load later.

Signed-off-by: Egbert Eich <eich@suse.com>
e4t committed Nov 28, 2024
commit b6a3f0c0bb72b0a6197b05519a448341c5f0f474
2 changes: 1 addition & 1 deletion sle15/nvidia-driver
Original file line number Diff line number Diff line change
@@ -354,7 +354,7 @@ _install_driver() {
if [ "${ACCEPT_LICENSE}" = "yes" ]; then
install_args+=("--accept-license")
fi
IGNORE_CC_MISMATCH=1 nvidia-installer --kernel-module-only --no-drm --ui=none --no-nouveau-check -m=${KERNEL_TYPE} --no-rebuild-initramfs ${install_args[@]+"${install_args[@]}"}
IGNORE_CC_MISMATCH=1 nvidia-installer --kernel-module-only --ui=none --no-nouveau-check -m=${KERNEL_TYPE} --no-rebuild-initramfs ${install_args[@]+"${install_args[@]}"} --skip-module-load # --no-drm
}

# Mount the driver rootfs into the run directory with the exception of sysfs.