Release v4.6.1
- Back-port previous GitHub release notes to `.github/releases/` - Fix SUSE and Rocky Linux 8 builds Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
3
Makefile
3
Makefile
@@ -216,6 +216,9 @@ install: build docs ## Install Warewulf from source
|
||||
for f in docs/man/man5/*.5.gz; do install -m 0644 $$f $(DESTDIR)$(MANDIR)/man5/; done
|
||||
install -pd -m 0755 $(DESTDIR)$(DRACUTMODDIR)/90wwinit
|
||||
install -m 0644 dracut/modules.d/90wwinit/*.sh $(DESTDIR)$(DRACUTMODDIR)/90wwinit
|
||||
|
||||
.PHONY: install-sos
|
||||
install-sos:
|
||||
install -D -m 0644 include/sos/warewulf.py $(DESTDIR)$(SOSPLUGINS)/warewulf.py
|
||||
|
||||
.PHONY: init
|
||||
|
||||
Reference in New Issue
Block a user