summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--slx-vars/SLX_LOCATIONS4
-rw-r--r--slx-vars/SLX_NET_DHCP_UUID1
2 files changed, 5 insertions, 0 deletions
diff --git a/slx-vars/SLX_LOCATIONS b/slx-vars/SLX_LOCATIONS
new file mode 100644
index 00000000..56b9b250
--- /dev/null
+++ b/slx-vars/SLX_LOCATIONS
@@ -0,0 +1,4 @@
+Contains the location IDs of the currently running client's, from closest to furthest.
+As locations are represented as a tree, for example
+Main Campus -> Building 101 -> Basement -> Room 4
+we have a location ID for each of these "path components". They will be provided as a space separated list in this variable, i.e. the ID of "Room 4" comes first, followed by "Basement", and so on.
diff --git a/slx-vars/SLX_NET_DHCP_UUID b/slx-vars/SLX_NET_DHCP_UUID
new file mode 100644
index 00000000..d9ff0cf2
--- /dev/null
+++ b/slx-vars/SLX_NET_DHCP_UUID
@@ -0,0 +1 @@
+If enabled (set to yes), this will add the system-uuid as the DHCP UID (option 0x3d) for all DHCP requests done by the system. This was done by some PXE implementations, so if your DHCP server relies on this identifier to assign consistent IPs to the clients, and you have clients that do this during the PXE step, you might want to enable this.