From owner-freebsd-questions@FreeBSD.ORG Wed Nov 5 03:54:47 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5952916A4CE for ; Wed, 5 Nov 2003 03:54:47 -0800 (PST) Received: from skutsje.san.webweaving.org (skutsje.san.webweaving.org [209.132.96.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C0AD43FE5 for ; Wed, 5 Nov 2003 03:54:46 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from skutsje.san.webweaving.org (localhost [127.0.0.1]) hA5BrFA2041773 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 5 Nov 2003 03:53:15 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from localhost (dirkx@localhost)hA5BrFg6041770; Wed, 5 Nov 2003 03:53:15 -0800 (PST) (envelope-from dirkx@webweaving.org) X-Authentication-Warning: skutsje.san.webweaving.org: dirkx owned process doing -bs Date: Wed, 5 Nov 2003 03:53:15 -0800 (PST) From: Dirk-Willem van Gulik X-X-Sender: dirkx@skutsje.san.webweaving.org To: Rob Evers In-Reply-To: <3FA8E237.6080703@debank.tv> Message-ID: <20031105034548.K40387@skutsje.san.webweaving.org> References: <3FA8E237.6080703@debank.tv> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: creating a small FreeBSD box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 11:54:47 -0000 > I need to make a few FreeBSD boxes, these will all be limited in disk > space, > and act as firewall/router. (pentium and 300M disk) > What I want is a limited operating system that has only the essential > networking stuff, shell, and a custom kernel but for example no BIND and > CVS. For very few boxes just making an 'ideal' machine and cloning may be easiest. For a few boxes - Do a man sysinstall - and see the scripting section. Or see this example: http://www.horseplay.demon.co.uk/freebsd_post_sysinstall.html for more complex setups - e.g. booting an install image off the net using PXE boot or an etherboot floppy - see http://www.xs4all.nl/~scorpio/sane2002/talk.pdf http://www.horseplay.demon.co.uk/freebsd_pxe.html http://www.tnpi.biz/computing/freebsd/pxe-netboot.shtml http://wiki.wirelessleiden.nl/wcl/cgi-bin/moin.cgi/NodeFactory Dw