Date: 05 Apr 2005 11:51:45 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: freebsd-questions@freebsd.org Subject: Re: Maintaining a Minimal Installation for a Small HDD Message-ID: <44hdil8bn2.fsf@be-well.ilk.org> In-Reply-To: <BAY15-F310DD277E3C63356BCCD268B3A0@phx.gbl> References: <BAY15-F310DD277E3C63356BCCD268B3A0@phx.gbl>
next in thread | previous in thread | raw e-mail | index | archive | help
"Iain Dooley" <iain_dooley@hotmail.com> writes: > do i need to edit the Makefiles? how can i cvsup only those programs > in contrib that i need? my aim here is to have a compact source tree > that i can use cvsup to keep current, but only takes up a couple of > hundred meg. Doing this is not supported. One of FreeBSD's strong points is the fact that it *is* a whole operating system, not just a collection of pieces. That doesn't mean it's impossible -- lots of us are using partial subsets of the source tree for embedded projects -- but it does mean that anyone trying to do so are pretty much on our own. Your easiest path for a source upgrade is probably to do a remote mount of disk space over a network (beware security concerns...) and use that to hold a full source tree. It will be slow, but just leave it to do the build over the weekend and you should be set (or do the build itself on another machine, and just install from there). The recommended path is to do a binary upgrade. 5.4 will be out in a few weeks, and release candidate builds are available now. Good luck.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44hdil8bn2.fsf>