From e4444fd7564e31f7bb00b66682ef932519a3c1e1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 13 May 2014 13:41:59 +0200 Subject: add pxe feature to dnsmasq --- package/dnsmasq/files/dnsmasq.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/dnsmasq/files/dnsmasq.conf') diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index 67f02c5e5..9199da743 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/package/dnsmasq/files/dnsmasq.conf @@ -39,3 +39,6 @@ dhcp-option=42,0.0.0.0 # nfsroot example for a host #dhcp-host=00:0c:42:0a:7d:d3,10.0.0.4,net:rb532 #dhcp-option=rb532,option:root-path,/nfsroot/rb532,nfsvers=3 + +# pxeboot example +dhcp-boot=pxelinux.0 -- cgit v1.2.3