#1943 PR merged
: properly handle module-less kernels (fixes #1941)¶
Labels: enhancement
, fixed / solved / done
, minor bug
hoffie opened issue at 2018-10-28 14:16:¶
Relax-and-Recover (ReaR) Pull Request Template¶
Please fill in the following items before submitting a new pull request:
Pull Request Details:¶
-
Type: Bug Fix
-
Impact: Normal
-
Reference to related issue (URL): https://github.com/rear/rear/issues/1941
-
How was this pull request tested?
Patch has been tested on a system with a kernel without module support. -
Brief description of the changes in this pull request:
Permits ReaR to work on systems which do not support kernel modules. It still requires settingMODULES=( 'no_modules' )
in the config.
[Export of Github issue for rear/rear.]