summaryrefslogtreecommitdiffstats
path: root/dhcpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpd.conf')
-rw-r--r--dhcpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpd.conf b/dhcpd.conf
index 7bf5bf8..bc13813 100644
--- a/dhcpd.conf
+++ b/dhcpd.conf
@@ -35,6 +35,6 @@ class "PXEClient" {
if exists user-class and option user-class = "iPXE" {
filename "http://__ADDRESS__:3928/default.ipxe";
} else {
- filename "/undionly.kpxe";
+ filename "/ipxe/undi.kpxe";
}
}