Files
linux-kernel-module-cheat/rootfs_overlay
Ciro Santilli 254c8bf42e adoc
Semi automated conversion, in part because Pandoc is kind of buggy for adoc:

Some of the commands were along the lines:

    for f in *.md; do pandoc --atx-headers --base-header-level=3 -o ${f%.md}.adoc --wrap=none $f; done
    sed -Ei '/\[\[.*\]\]/d' *.adoc
    while read -r f; do cat $f; echo; done <f >g
2018-02-14 04:26:07 +00:00
..
2018-02-09 23:26:58 +00:00
2017-08-06 12:21:05 +01:00
2018-02-09 23:26:58 +00:00
2017-07-03 09:18:24 +01:00
2018-02-09 20:48:45 +00:00
2017-05-26 08:54:17 +01:00
2017-07-30 11:23:31 +01:00
2017-08-05 12:32:24 +01:00
2018-02-14 04:26:07 +00:00
2017-07-27 15:10:00 +01:00
2017-08-08 11:56:01 +01:00
2017-08-08 11:56:01 +01:00

= rootfs_overlay

This directory copied into the target filesystem.

We use it to for things like:

* customized configuration files
* userland module test scripts