Fixes needed for successful validation
Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
func OverlayDir() string {
|
||||
return path.Join(warewulfconf.DataStore(), "provision/overlays")
|
||||
return path.Join(warewulfconf.DataStore(), "/overlays")
|
||||
}
|
||||
|
||||
func SystemOverlayDir() string {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global wwgroup warewulf
|
||||
%global wwshared @WWROOT@/warewulf
|
||||
%global wwshared @WWROOT@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: warewulf
|
||||
@@ -55,6 +55,7 @@ system for large clusters of bare metal and/or virtual systems.
|
||||
make all TFTPROOT="/srv/tftpboot"
|
||||
%else
|
||||
make all
|
||||
%endif
|
||||
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user