#2469 PR merged: In 400_copy_modules.sh skip copying kernel modules that are builtin modules (issue 2414)

Labels: enhancement, fixed / solved / done

jsmeix opened issue at 2020-08-05 10:12:

jsmeix commented at 2020-08-05 10:31:

See
https://github.com/rear/rear/issues/2414#issuecomment-669115481

With this pull request the new behaviour is that when modules are listed in modules.builtin
and are shown by modinfo then those modules are now skipped.

Before for such modules the modules file(s) would have been included in the recovery system.

This would be a backward incompatible change if we had not already
MODULES=( 'all_modules' ) by default so the different behaviour
with this pull request should affect only exceptional cases.

jsmeix commented at 2020-08-07 11:00:

@rear/contributors
if there are no objections I would like to merge it next Monday (10. August 2020)


[Export of Github issue for rear/rear.]