Node specific overlay and templating now functioning with other minor fixups

This commit is contained in:
Gregory Kurtzer
2020-10-31 18:25:48 -07:00
parent 712f035b95
commit fe4bcb8bbd
12 changed files with 186 additions and 65 deletions

View File

@@ -12,6 +12,9 @@ import (
"github.com/hpcng/warewulf/internal/pkg/assets"
"net/http"
)
// TODO: https://github.com/danderson/netboot/blob/master/pixiecore/dhcp.go
// TODO: https://github.com/pin/tftp
const LocalStateDir = "/var/warewulf"