Refactor of server, logging, building of images, template updates
* Combine provision response handling, add hwaddr and interface to dhcp * Simplify stage cases, add backward compatible uri parse * Move control of image compression to client * Fix kernel search path for ubuntu, buffer template generation * Implement cpio and gz as functions, add log named functions * Generalize fs image creation routine * Combine daemonLogf to generalized wwlog * Fix template newline insertion, update dhcp and hosts tmpl * Update IPXE template to handle non-compressed files * Update DHCP template to set network interfaces and server IP assignment * Update DHCP/hosts templates to choose a host-name self-consistently
This commit is contained in:
3
Makefile
3
Makefile
@@ -154,7 +154,7 @@ test-cover: ## Run test coverage and generate html report
|
||||
rm *.coverprofile
|
||||
go tool cover -html=coverage/cover.out -o=coverage/cover.html
|
||||
|
||||
debian: all
|
||||
debian: all
|
||||
|
||||
files: all
|
||||
install -d -m 0755 $(DESTDIR)$(BINDIR)
|
||||
@@ -265,4 +265,3 @@ clean:
|
||||
install: files install_wwclient
|
||||
|
||||
debinstall: files debfiles
|
||||
|
||||
|
||||
Reference in New Issue
Block a user