1
0
out-of-tree/examples/preload/.out-of-tree.toml
Mikhail Klementev bcf8de336f
feat!: introduce new distribution structure
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" }
  ...
2023-05-18 16:07:24 +00:00

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"