Create mkosi image build pipeline

This commit is contained in:
Malte Poll 2022-10-19 13:10:15 +02:00 committed by Malte Poll
parent e5aaf0a42f
commit 34367ea3cc
107 changed files with 2733 additions and 105 deletions

View file

@ -36,7 +36,7 @@ func TestMain(m *testing.M) {
}
func TestDownloadBootstrapper(t *testing.T) {
filename := "/opt/bootstrapper"
filename := "/run/state/bin/bootstrapper"
someErr := errors.New("failed")
testCases := map[string]struct {

View file

@ -18,7 +18,7 @@ import (
)
const (
systemdUnitFolder = "/etc/systemd/system"
systemdUnitFolder = "/run/systemd/system"
)
//go:generate stringer -type=SystemdAction