We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9869be8 + 9d88a30 commit 13c65e9Copy full SHA for 13c65e9
dkms
@@ -3416,7 +3416,7 @@ autoinstall() {
3416
for mv in "${to_install[@]}"; do
3417
IFS=/ read m v <<< "$mv"
3418
if [[ -z "${build_depends[$m]}" ]]; then
3419
- (module="$m"; module_version="$v"; install_module)
+ (module="$m" module_version="$v" kernelver="$kernelver" arch="$arch" install_module)
3420
installed_modules[${#installed_modules[@]}]="$m"
3421
install_count=$(($install_count +1))
3422
else
0 commit comments