diff options
author | Christian Hesse <mail@eworm.de> | 2015-03-28 12:55:02 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-03-28 12:55:02 +0100 |
commit | d6760cd76c67bb3946b21070ab10fc676a2e7f12 (patch) | |
tree | dd605d56204059488c2df5c98c7f6a000e49488c | |
parent | fd2944acb15325509fc4b60903cdd38441c86278 (diff) | |
download | dyndhcpd-d6760cd76c67bb3946b21070ab10fc676a2e7f12.tar.gz dyndhcpd-d6760cd76c67bb3946b21070ab10fc676a2e7f12.tar.zst |
update path in config
-rw-r--r-- | dhcpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; } } |