Mikhail Klementev
73f5df2425
BREAKING CHANGE: kernel definition in the configuration files has switched from [[targets]] distro = { id = "Ubuntu", release = "18.04" } release_mask = ".*" to [[targets]] distro = { id = "Ubuntu", release = "18.04" } kernel = { regex = ".*" }
12 lines
241 B
TOML
12 lines
241 B
TOML
name = "out-of-tree preload"
|
|
type = "module"
|
|
|
|
[[targets]]
|
|
distro = { id = "Ubuntu", release = "18.04" }
|
|
kernel = { regex = ".*" }
|
|
|
|
[[preload]]
|
|
repo = "https://github.com/openwall/lkrg"
|
|
#path = "/local/path/to/lkrg"
|
|
timeout_after_load = "1s"
|