From owner-cvs-all@FreeBSD.ORG Wed Mar 10 17:05:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6157D16A4CE; Wed, 10 Mar 2004 17:05:49 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F422743D31; Wed, 10 Mar 2004 17:05:48 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i2B15mkj095277; Wed, 10 Mar 2004 18:05:48 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 10 Mar 2004 18:05:50 -0700 (MST) Message-Id: <20040310.180550.67883875.imp@bsdimp.com> To: green@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200403101428.i2AESTHp037005@green.homeunix.org> References: <200403101428.i2AESTHp037005@green.homeunix.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: phk@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/nanobsd Makefile i386.diskimage make.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 01:05:49 -0000 In message: <200403101428.i2AESTHp037005@green.homeunix.org> "Brian F. Feldman" writes: : Poul-Henning Kamp wrote: : > phk 2004/03/10 02:28:34 PST : > : > FreeBSD src repository : > : > Added files: : > tools/tools/nanobsd Makefile i386.diskimage make.conf : > Log: : > Add first cut at "nanobsd": : > : > Nanobsd should make it very simple for people to create (CF-)disk images : > for embedded us of FreeBSD. : > : > Currently only works for 256MB disks. More agrressive shaving of the : > build image can reduce that much further. : : Nice to have the capability without having to rewrite it each time :-) : I didn't see anywhere that the libraries are trimmed down to only the ones : to be used; the build system I've done does that for base system and for : packages. Would you like a copy of that? I have extensive scripts to do this sort of thing as well. I plan on integrating them into the nanobsd stuff since it looks like a good base. The system I use is much more of a cradle -> grave system that I'm trying to generalize into something before committing as well. Warner