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 = ".*" }
			
			
This commit is contained in:
		| @@ -7,4 +7,4 @@ script = "script.sh" | ||||
|  | ||||
| [[targets]] | ||||
| distro = { id = "Ubuntu", release = "22.04" } | ||||
| release_mask = ".*" | ||||
| kernel = { regex = ".*" } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user