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" } ...
11 lines
229 B
TOML
11 lines
229 B
TOML
# out-of-tree configuration file
|
|
# docs at https://out-of-tree.io
|
|
name = "out-of-tree script example"
|
|
type = "script"
|
|
|
|
script = "script.sh"
|
|
|
|
[[supported_kernels]]
|
|
distro = { id = "Ubuntu", release = "22.04" }
|
|
release_mask = ".*"
|