From 12458fd283f2a010285531149a958a828a54c9cb Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 4 Jan 2024 16:06:31 +0100 Subject: Add new slx-vars doc: SLX_LOCATIONS, SLX_NET_DHCP_UUID --- slx-vars/SLX_LOCATIONS | 4 ++++ slx-vars/SLX_NET_DHCP_UUID | 1 + 2 files changed, 5 insertions(+) create mode 100644 slx-vars/SLX_LOCATIONS create mode 100644 slx-vars/SLX_NET_DHCP_UUID 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. -- cgit v1.2.3-55-g7522