fix error in makefile clause for pxeserver

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Ronald G. Minnich 2020-02-26 23:19:16 +00:00 committed by Ryan O'Leary
parent 991edae2c2
commit 9006bfbe92

View File

@ -270,6 +270,6 @@ pxeserver:
echo Disabling any system services ...
sudo systemctl stop tftpd-hpa.service
sudo systemctl stop isc-dhcp-server
sudo `go env GOPATH`/bin/pxeserver -tftp-dir . -bootfilename grubnetx64.efi.signed -http-dir . -interface $(NETWORK)
sudo `go env GOPATH`/bin/pxeserver -tftp-dir . -bootfilename kernel -http-dir . -interface $(NETWORK)
ssh:
ssh -i class_key -p 2022 root@up