Files
linux-kernel-module-cheat/rootfs_overlay/README.md
2017-07-02 15:05:21 +01:00

13 lines
318 B
Markdown

# rootfs_overlay
This directory copied into the target filesystem.
We use it to for things like:
- customized configuration files
- userland module test scripts
Most tests correspond clearly to a given kernel module, but the following ones don't, e.g. they correspond to mainline tree features:
- [gpio](gpio.sh)