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" }
  ...
		
	
out-of-tree kernel module preload example
See .out-of-tree.toml
Note that it should fail to insert module if lkrg is enabled in the preload list.