Files
linux-kernel-module-cheat/rootfs_overlay/README.md
2017-09-30 21:27:12 +01:00

13 lines
270 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:
- [gpio](gpio.sh)