From d6760cd76c67bb3946b21070ab10fc676a2e7f12 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 28 Mar 2015 12:55:02 +0100 Subject: update path in config --- dhcpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } -- cgit v1.2.3-54-g00ecf