diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-10 21:21:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-10 21:28:30 +0200 |
commit | 56efdf1d33c6277e25d4fb746e0ea5d31df75c21 (patch) | |
tree | a517993fddb4b80d8e6a07ebcfdc227a03a73004 | |
parent | 18b99f1974fd0b6e162a2a697c948aa15da086fa (diff) |
add nfsroot example, nfsver=3 is important
-rw-r--r-- | package/dnsmasq/files/dnsmasq.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index 6ed7ca4db..67f02c5e5 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/package/dnsmasq/files/dnsmasq.conf @@ -35,3 +35,7 @@ dhcp-option=6,0.0.0.0 dhcp-option=42,0.0.0.0 # WINS server(s): #dhcp-option=44,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 |