From owner-freebsd-questions@FreeBSD.ORG Sun Jul 20 09:45:32 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 0906737B401 for ; Sun, 20 Jul 2003 09:45:32 -0700 (PDT) Received: from nycsmtp4out-eri0.rdc-nyc.rr.com (nycsmtp4out-eri0.rdc-nyc.rr.com [24.29.99.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C3043F85 for ; Sun, 20 Jul 2003 09:45:30 -0700 (PDT) (envelope-from public234@nj.rr.com) Received: from desktop (24-193-114-28.nj.rr.com [24.193.114.28]) 1.0) with SMTP id h6KGjQG2005248; Sun, 20 Jul 2003 12:45:26 -0400 (EDT) Message-ID: <002201c34edf$4ad62e90$010a0a0a@desktop> From: "none" To: "stan" , "P. U. Kruppa" References: <20030719185137.GA4615@teddy.fas.com> <20030720041828.M74550@small.pukruppa.de> <20030720163726.GA26575@teddy.fas.com> Date: Sun, 20 Jul 2003 12:52:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 cc: Free BSD Questions list Subject: Re: Mass producing installs? 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: Sun, 20 Jul 2003 16:45:32 -0000 I am not entirly sure about this, but i think you can avoid the issue with dd of having the same harddisk sizes by copying partitions rather than disks, since thoes can easily be made the same size. also if i am not mistaken fdisk can be scripted to make the pratitions ----- Original Message ----- From: "stan" To: "P. U. Kruppa" Cc: "Free BSD Questions list" Sent: Sunday, July 20, 2003 12:37 PM Subject: Re: Mass producing installs? > On Sun, Jul 20, 2003 at 04:20:41AM +0200, P. U. Kruppa wrote: > > On Sat, 19 Jul 2003, stan wrote: > > > > > I've got about a dozeen machines I need to build with STABLE. The machiens > > > will be alike except fo things like name and IP address. > > > > > > I've been building these thigns one at a time doing the following. > > > > > > Bott from install disks > > > install minimum set > > > install cvsup > > > cvsup > > > make world > > > install varios ports > > > install local custom software. > > > > > > This atkes about a day. > > > > > > There must be a better way to do this. > > > > > > What have others been doing? > > Perhaps take out the harddisk and copy it with dd or tar or pax ? > > Mmm, dd will only work if the disks are teh same size. Tar won't handle > biit blocks et all (not to metniton having to create partitons etc by > hand). > > -- > "They that would give up essential liberty for temporary safety deserve > neither liberty nor safety." > -- Benjamin Franklin > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"