mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
feat(scripts): add script to show PXE server logs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
To view PXE server (includes DHCP, TFTP and HTTP server) logs:
|
||||
|
||||
```sh
|
||||
docker-compose --project-directory ./metal/roles/pxe-server/build/ logs --follow
|
||||
./scripts/pxe-logs
|
||||
```
|
||||
|
||||
## Nodes not booting from the network
|
||||
|
||||
3
scripts/pxe-logs
Executable file
3
scripts/pxe-logs
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker compose --project-directory ./metal/roles/pxe-server/files/ logs --follow
|
||||
Reference in New Issue
Block a user