Removed warewulfd command skeleton and nodes.conf which is now self generating

This commit is contained in:
Gregory Kurtzer
2020-12-13 23:03:07 -08:00
parent 420715c307
commit 85783c3c4f
2 changed files with 0 additions and 20 deletions

View File

@@ -1,12 +0,0 @@
package main
import (
"github.com/hpcng/warewulf/internal/app/warewulfd"
)
func main() {
root := warewulfd.GetRootCommand()
root.Execute()
}

View File

@@ -1,8 +0,0 @@
nodeprofiles:
default:
comment: "This profile is automatically included for each node"
container name: ""
kernel version: ""
kernel args: crashkernel=no quiet
nodes: {}