mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-02 04:14:28 +07:00
feat(scripts): add script to show PXE server logs
This commit is contained in:
parent
bb2dbf1650
commit
0d3b851d4e
@ -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
|
Loading…
Reference in New Issue
Block a user