From owner-freebsd-questions@FreeBSD.ORG Thu Apr 7 13:43:18 2005 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 C1C5416A4CE for ; Thu, 7 Apr 2005 13:43:18 +0000 (GMT) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8929043D41 for ; Thu, 7 Apr 2005 13:43:18 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 31983 invoked from network); 7 Apr 2005 13:43:18 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Apr 2005 13:43:17 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 3B77D52; Thu, 7 Apr 2005 09:43:17 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <44hdil8bn2.fsf@be-well.ilk.org> <810a540e050406152124462c81@mail.gmail.com> From: Lowell Gilbert Date: 07 Apr 2005 09:43:17 -0400 In-Reply-To: <810a540e050406152124462c81@mail.gmail.com> Message-ID: <44sm22n1my.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Maintaining a Minimal Installation for a Small HDD 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: Thu, 07 Apr 2005 13:43:18 -0000 Pat Maddox writes: > Yep, that's pretty much right. Use one of the systems to build > everything as packages, and then install all those packages onto your > other machines. Or share them (e.g., by NFS), and build them on the individual machines. Or share them (e.g., by NFS), and build them on the master machine, then install on the other machines (just make sure you don't build them with optimizations that will break the other machines -- of course, this caveat also applies to building packages for those other machines). > You'll still need to compile the kernel and source on each individual machine. Or you could build the kernel and source on the master machine and share them (e.g., by NFS) to install on the other machines. Or use FreeBSD Update or something similar (e.g., you could put a simple version together with rsync). Or build your own releases on the master machine and let the other machines update to them via anonymous FTP. There are a huge number of possibilities, limited only by the amount of effort you're willing to put into them.