From owner-freebsd-questions@FreeBSD.ORG Tue Nov 1 23:51:41 2005 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 D66EE16A41F for ; Tue, 1 Nov 2005 23:51:41 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53DCA43D46 for ; Tue, 1 Nov 2005 23:51:33 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id z3so3706nzf for ; Tue, 01 Nov 2005 15:51:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rQNMui5wJ/56tbj8LOVZ7flgX+tyRZrmWdJqEKLiQPkIo0PfrH9nogDPYF9K3v5Z20nniWhLBOHhWmJFtwqgkPtP2PFcW5U7PX3e5BDz5YdxTsg/EPO8Wxx2JwoytF6QPU0+rtSg6WwgQPS2w2tOgXOFQrU510SOd96aYdz24Lk= Received: by 10.36.9.13 with SMTP id 13mr4559457nzi; Tue, 01 Nov 2005 15:51:33 -0800 (PST) Received: by 10.37.20.34 with HTTP; Tue, 1 Nov 2005 15:51:33 -0800 (PST) Message-ID: Date: Wed, 2 Nov 2005 02:51:33 +0300 From: "Andrew P." To: guru@sisis.de In-Reply-To: <20051101080557.GA2705@rebelion.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051101080557.GA2705@rebelion.Sisis.de> Cc: freebsd-questions@freebsd.org Subject: Re: cloning machines with 5.4-REL 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: Tue, 01 Nov 2005 23:51:42 -0000 On 11/1/05, guru@sisis.de wrote: > > Hello, > > I've setup one notebook with 5.4-REL and used the ports collection > to pick up what I wanted (KDE and all other stuff); this took > some time, of course but run without big trouble; now I want to > setup a second notebook with the same installation and my > idea is: > > - just install the base system on the 2nd notebook, > - NFS-mount the /usr/ports from the 1st > - remove all the files /usr/ports/.../work/.install_done.... > - and just say "make install" on the new toy > > Comments? > > Thx > > matthias > -- > Matthias Apitz / Sisis Informationssysteme GmbH > Gruenwalder Weg 28g / D-82041 Oberhaching > Fon: ++49 89 / 61308-351, Fax: -399, Mobile ++49 170 4527211 > http://www.sisis.de/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > You can safely omit the third step (removing those files). Just run make install - and you're done. A neater way would be to install portupgrade on both machines, create /usr/ports/packages dir on the first one, run something like portupgrade -wWpaf, NFS mount /usr/ports on the 2nd one and use portupgrade -P . [Basically, it will create packages on the 1st machine and then install ports from packages on the 2nd one].