]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/tools/nanobsd/dhcpd/README
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 ../nanobsd.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.