Add iso builder

This adds a new package for the iso builder run directly on go.
This is extracted from the original elemental-cli and then from the now
build-less kairos-agent

This uses no deps on elemental, only deps are on kairos-agent for the
config stuff mainly.

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
Itxaka
2023-07-18 12:46:50 +02:00
parent e5f563c4db
commit 2be9cfce66
15 changed files with 2766 additions and 3 deletions

7
tools-image/enki/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/kairos-io/enki/cmd"
func main() {
cmd.Execute()
}