1
0
Commit Graph

9 Commits

Author SHA1 Message Date
ee90bfaa72
fix: support force kernel reinstallation 2023-05-24 16:29:52 +00:00
77e118be64
fix: use distro equal check 2023-05-23 23:02:09 +00:00
e2d66db16f
feat: add kernel install to distro interface 2023-05-23 22:36:46 +00:00
daaef89050
feat: add kernels list to distro interface 2023-05-23 22:00:20 +00:00
f2ce20e53b
feat: change interface from ID()/Release() to Distro() with both 2023-05-23 16:26:36 +00:00
f0c82f9289
feat: implement list of available distros 2023-05-18 22:02:41 +00:00
120fcdc56b
feat: initial implementation of distro interface 2023-05-18 21:37:07 +00:00
c3774714fd
refactor: move distro id to separate file 2023-05-18 20:02: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