1
0
Fork 0
Commit Graph

3 Commits (bcf8de336f5309d903de18215c34293745b81f35)

Author SHA1 Message Date
dump_stack() 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
dump_stack() 603a2c98bd
Use upstream lkrg 2021-01-05 20:52:27 +00:00
dump_stack() 22a8e32e2c
Implements modules preload list 2020-06-14 20:14:59 +00:00