From owner-cvs-all@FreeBSD.ORG Wed Mar 10 06:36:02 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 501E416A4CE; Wed, 10 Mar 2004 06:36:02 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8553443D31; Wed, 10 Mar 2004 06:36:01 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i2AEa0VD042203; Wed, 10 Mar 2004 15:36:00 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: "Brian F. Feldman" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 10 Mar 2004 09:28:29 EST." <200403101428.i2AESTHp037005@green.homeunix.org> Date: Wed, 10 Mar 2004 15:36:00 +0100 Message-ID: <42202.1078929360@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@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: Wed, 10 Mar 2004 14:36:02 -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? Well, the make.conf shaves what can be shaved, and I prefer to do it that way, rather than to go in afterwards with surgical rm(1) usage, but I'll take any kind of useful patches to nanobsd. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.