From 9006bfbe923ea1d7de5ffdfd09cdc9cd983c7f9c Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 26 Feb 2020 23:19:16 +0000 Subject: [PATCH] fix error in makefile clause for pxeserver Signed-off-by: Ronald G. Minnich --- mainboards/digitalloggers/atomicpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainboards/digitalloggers/atomicpi/Makefile b/mainboards/digitalloggers/atomicpi/Makefile index cbfd11f..fff051b 100644 --- a/mainboards/digitalloggers/atomicpi/Makefile +++ b/mainboards/digitalloggers/atomicpi/Makefile @@ -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