]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/nanobsd/dhcpd/README
MFC: r258705,r258709,r263140,r263184,r263185,r263186,r263187,r263188,
[FreeBSD/stable/10.git] / tools / tools / nanobsd / dhcpd / README
1 $FreeBSD$
2
3 Example for creating many different builds (including different
4 arch) from a common set of files, as well as building natively
5 using qemu user space emulation.
6
7 This creates a simple appliance that uses dnsmasq to serve DNS
8 and DHCPd.
9
10 This is a work in progress. Generally, to build this you should
11      cd tools/tools/nanobsd/dhcpd
12      sudo sh ../nandobsd.sh -C os-base
13 but do be careful if things are interrupted. There may still be
14 bugs lurking that cause your entire FreeBSD tree to disappear.