diff --git a/cmd/warewulfd/main.go b/cmd/warewulfd/main.go deleted file mode 100644 index 019de38f..00000000 --- a/cmd/warewulfd/main.go +++ /dev/null @@ -1,12 +0,0 @@ -package main - -import ( - "github.com/hpcng/warewulf/internal/app/warewulfd" -) - - -func main() { - root := warewulfd.GetRootCommand() - - root.Execute() -} \ No newline at end of file diff --git a/etc/nodes.conf b/etc/nodes.conf deleted file mode 100644 index 83b14876..00000000 --- a/etc/nodes.conf +++ /dev/null @@ -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: {}