From a3de1e6805771a4ccfd3301c2079dabdd61fd830 Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Mon, 4 Jun 2018 13:30:27 +0200
Subject: [PATCH] Add some ingormation to the Readme

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index f137f1b..e008dd9 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,15 @@
 
 This plugin adds extended support to Foreman for querying and orchestrating WDS servers.
 
+*Nota Bene*; to support locally booting your installation, you need to have a regular DHCP/TFTP setup in place, that can serve PXE files for the PXE loader chosen for the WDS host.  
+If you don't want the lifecycle management features of Foreman, you can ignore this requirement and only PXE boot the WDS host when it is to be built.
+
+### Not yet implemented:
+
+- Install image orchestration
+- Unattend file deployment
+  - Recommended to build a http client (curl/wget/etc) into your boot image and download `https://foreman.example.com/unattend/wds_unattend` to drive the setup.
+
 ## Compatibility
 
 | Foreman Version | Plugin Version |
-- 
GitLab