summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-03-28 12:55:02 +0100
committerGravatar Christian Hesse <mail@eworm.de>2015-03-28 12:55:02 +0100
commitd6760cd76c67bb3946b21070ab10fc676a2e7f12 (patch)
treedd605d56204059488c2df5c98c7f6a000e49488c
parentfd2944acb15325509fc4b60903cdd38441c86278 (diff)
downloaddyndhcpd-d6760cd76c67bb3946b21070ab10fc676a2e7f12.tar.gz
dyndhcpd-d6760cd76c67bb3946b21070ab10fc676a2e7f12.tar.zst
update path in config
-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";
}
}