Merge branch 'main' of github.com:hpcng/warewulf into overlay_refactor

This commit is contained in:
Gregory Kurtzer
2022-01-06 00:37:17 +00:00
5 changed files with 38 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ files: all
install -d -m 0755 $(DESTDIR)/usr/share/man/man1
test -f $(DESTDIR)/etc/warewulf/warewulf.conf || install -m 644 etc/warewulf.conf $(DESTDIR)/etc/warewulf/
test -f $(DESTDIR)/etc/warewulf/hosts.tmpl || install -m 644 etc/hosts.tmpl $(DESTDIR)/etc/warewulf/
test -f $(DESTDIR)/etc/warewulf/nodes.conf || install -m 640 etc/nodes.conf $(DESTDIR)/etc/warewulf/
test -f $(DESTDIR)/etc/warewulf/nodes.conf || install -m 644 etc/nodes.conf $(DESTDIR)/etc/warewulf/
cp -r etc/dhcp $(DESTDIR)/etc/warewulf/
cp -r etc/ipxe $(DESTDIR)/etc/warewulf/
cp -r overlays $(DESTDIR)/var/warewulf/
@@ -165,6 +165,7 @@ clean:
rm -rf bash_completion.d
rm -f man_page
rm -rf man_pages
rm -rf vendor
install: files install_wwclient