Mikhail Klementev
6385ce92e3
BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/
12 lines
235 B
TOML
12 lines
235 B
TOML
name = "out-of-tree preload"
|
|
type = "module"
|
|
|
|
[[targets]]
|
|
distro = { id = "Ubuntu", release = "18.04" }
|
|
release_mask = ".*"
|
|
|
|
[[preload]]
|
|
repo = "https://github.com/openwall/lkrg"
|
|
#path = "/local/path/to/lkrg"
|
|
timeout_after_load = "1s"
|