mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-22 08:09:41 +00:00
fix error in makefile clause for pxeserver
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
991edae2c2
commit
9006bfbe92
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user