1
0
Commit Graph

5 Commits

Author SHA1 Message Date
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
6a338fc6ad
refactor: move ubutu install/cleanup to module 2023-05-18 11:46:12 +00:00
ef35743579
refactor: move oraclelinux/ubuntu kernels match to modules 2023-05-18 11:28:06 +00:00
4eed03ec2a
fix: install/remove kernel in one layer 2023-05-18 10:50:24 +00:00
73b1edd1cb
fix: clean ubuntu modules package 2023-05-18 09:50:02 +00:00