|
4e5a499db7
|
fix: remove spaces from examples names
|
2024-02-20 14:30:17 +00:00 |
|
|
73f5df2425
|
feat!: new kernel config structure
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 = ".*" }
|
2023-05-18 18:48:09 +00:00 |
|
|
6385ce92e3
|
feat!: rename supported kernels to targets
BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/
|
2023-05-18 18:13:09 +00:00 |
|
|
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 |
|
|
603a2c98bd
|
Use upstream lkrg
|
2021-01-05 20:52:27 +00:00 |
|
|
22a8e32e2c
|
Implements modules preload list
|
2020-06-14 20:14:59 +00:00 |
|