tools/kmodules/lisa-in-tree: Adjust defaults and documentation
Created by: mrkajetanp
- Add a usage example to the section in doc/setup.rst
Because we removed the default value for --module-kernel-path, it may not be clear to the user what the argument should actually look like. Add a usage example in the documentation to account for that.
- Change the default remote from ssh to https
Defaulting to accessing the GitHub repo over ssh is prone to failing if ssh is not set up on the machine. Https does not have that issue and so is probably a more reasonable default.
- Fix an omission in the kernel stub patch
The kernel stub patch still had lisa-module-git
in the gitignore where it should be lisa-git
.