Den 23/10/2010 kl. 22.40 skrev Sean Bruno: > Anyone have a src.conf + make.conf that I can steal to build a small > installation of BSD? I've been trying to shrink the installation so I > can cram an ISO of BSD across the network into a remote installation > thing in an HP box.
Apart from the mentioned src/make.conf options, you might want to try removing "makeoptions DEBUG=-g" from the kernel config, plus support for hardware you will never need. The debugging symbols in /boot/kernel use a lot of space. THanks, Erik