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