From owner-freebsd-questions@FreeBSD.ORG Thu Mar 26 17:41:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B0C410656CE for ; Thu, 26 Mar 2009 17:41:38 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 3094E8FC08 for ; Thu, 26 Mar 2009 17:41:38 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so529880yxm.13 for ; Thu, 26 Mar 2009 10:41:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=7ZaBt0HNpXopQuq0s415KvUgzkI24/4fEnXckJm0wJc=; b=lRFPv1ekJjlbr5gxe/3CHFDtrbytLGE5l9pY2rgfz7QTwu7LCnYNjg8ghWzsrhaBrZ Mz2Ij02ZAdtFrnvGLVsSQEHCMqgJ48c8MoCBuiMok7yradzHRWS2fYjUoQGKQDDgQCtB 2GXdh5I5n7cJornrudV7qTly1EQwU8rHmK9x4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ihl/umFguP1Dr/mDXWhTMBZ1efIokpql6GKTsr/BMvQ6PEq/DJxlUpSXc89A87KUo3 nuZQwaQogZNyh/0ahbBvQ0trAjIbsQCIn1r1+CHX/4HAOFCTfxtWYtnA2Et4mnltVwbd itupOSx/DrIGDIEQQwGMNaYynibRKNS6OSTaM= MIME-Version: 1.0 Received: by 10.151.155.5 with SMTP id h5mr2088043ybo.129.1238089297622; Thu, 26 Mar 2009 10:41:37 -0700 (PDT) In-Reply-To: <991123400903260424p613c1c2dj53272f9101331760@mail.gmail.com> References: <991123400903260424p613c1c2dj53272f9101331760@mail.gmail.com> Date: Thu, 26 Mar 2009 12:41:37 -0500 Message-ID: From: Andrew Gould To: Odhiambo Washington Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: Duplicate Installation of FreeBSD 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: Thu, 26 Mar 2009 17:41:40 -0000 On Thu, Mar 26, 2009 at 6:24 AM, Odhiambo Washington wrote: > Hello list, > > I have installed and configured a FreeBSD system based on 7.1-RELEASE (not > that it matters so much) and I want a way in which I can duplicate this on > several other machines. > What is the easiest and the simplest way? Please consider the K.I.S.S > principle. > > > > -- > Best regards, > Odhiambo WASHINGTON, > Nairobi,KE > +254733744121/+254722743223 > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > "The only time a woman really succeeds in changing a man is when he is a > baby." > - Natalie Wood > If the hard drives are the same size, you might consider cloning the installation using g4u (ghost for unix): http://www.feyrer.de/g4u/ - Andrew