summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-04-25 15:41:28 +0200
committerCorentin LABBE <clabbe@baylibre.com>2019-04-25 15:41:28 +0200
commit2fb6759a52e2e7ba267d0c0b93c1b32d4bd98dcb (patch)
treed5072f50f079bfe7b9a42752d140590fead23e9f /README.md
parent168455b7c95996ce913d5094bb7f46d1ab486430 (diff)
README: Add an example on how to use PXE
This patch adds an example on how to uses PXE with lava-docker.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7002c57..1008842 100644
--- a/README.md
+++ b/README.md
@@ -422,6 +422,19 @@ slave:
env:
- "http_proxy: http://dns:port"
+## How to use a board which uses PXE ?
+All boards which uses PXE, could be used with LAVA via grub.
+But you need to add a configuration in your DHCP server for that board.
+This configuration need tell to the PXE to get GRUB for the dispatcher TFTP.
+EXample for an upsquare and a dispatcher availlable at 192.168.66.1:
+```
+ host upsquare {
+ hardware ethernet 00:07:32:54:41:bb;
+ filename "/boot/grub/x86_64-efi/core.efi";
+ next-server 192.168.66.1;
+ }
+```
+
## Bugs, Contact
The prefered way to submit bugs are via the github issue tracker
You can also contact us on #lava-docker on the freenode IRC network