From owner-freebsd-questions@FreeBSD.ORG Fri Jul 28 18:23:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6D58916A4DF for ; Fri, 28 Jul 2006 18:23:57 +0000 (UTC) (envelope-from howie@thingy.com) Received: from post1.inband.network-i.net (post1.inband.network-i.net [212.21.96.19]) by mx1.FreeBSD.org (Postfix) with SMTP id 94C6143D46 for ; Fri, 28 Jul 2006 18:23:56 +0000 (GMT) (envelope-from howie@thingy.com) Received: (qmail 38051 invoked from network); 28 Jul 2006 18:23:54 -0000 Received: from unknown (HELO ?10.0.0.16?) (212.46.145.34) by post1.inband.network-i.net with SMTP; 28 Jul 2006 18:23:54 -0000 Message-ID: <44CA5634.70403@thingy.com> Date: Fri, 28 Jul 2006 19:23:48 +0100 From: Howard Jones User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: "Chris T." , freebsd-questions@freebsd.org References: <44CA5231.1040409@comcast.net> In-Reply-To: <44CA5231.1040409@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: [freebsd-questions] How big a flashrom for a minimal freebsd install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 18:23:57 -0000 Chris T. wrote: > I"m toying with the idea of setting up a mini-itx server so I can move > the dns and firewall daemons off of the fileserver so I can turn it > off. I'm thinking I want to get a flashrom ide adaptor so that I can > swap setups on the thing by swapping cards. I don't see myself using > 4GB flash cards for this. I'd rather get smaller cheaper cards. How > big is a minimal freebsd install? It's not very minimal, but I have a quite usable install in a 256MB CF card. I have had 16MB DoMs that boot to X11 before now, but that's a lot more work to strip down (or rather build up from kernel+init, in that case). A chopped up make.conf and using buildworld into a different directory is all you need to get down to about 160MB, and you still have manpages and most signs of civilisation at that stage. It's nice to learn a bit more about the build process, too. Howie