From owner-freebsd-questions@FreeBSD.ORG Sun Dec 14 17:12:45 2008 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 E95F01065673 for ; Sun, 14 Dec 2008 17:12:45 +0000 (UTC) (envelope-from laladelausanne@gmail.com) Received: from mail-bw0-f14.google.com (mail-bw0-f14.google.com [209.85.218.14]) by mx1.freebsd.org (Postfix) with ESMTP id 722888FC12 for ; Sun, 14 Dec 2008 17:12:45 +0000 (UTC) (envelope-from laladelausanne@gmail.com) Received: by bwz7 with SMTP id 7so5383484bwz.19 for ; Sun, 14 Dec 2008 09:12:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=5A1rsSJVRX1/FK8fTeZ1gnhaf44/Hy6UKkuH2xOAI9I=; b=qwWoWy0SQgpGTv9XhHqWw0fUP1zwqJhPuJoEKs27G1odvHQDlvlqdfAkB1Q6BfDrw4 QRxae9+kXFoH3OoNFG6XQI8fe7ydRwveq1+VWzSK8ZcsvBeHTbkQiK4vsHYfDQCxdj9D xdtksoPMG7CQeMGErWE4ClBGHbYNyiqU14a8I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=uqEpw0SI61PticBJ/Ld602IcSuldg/wVSuDLdyoD6IOTWXGIW9Ml7n9/O+3vPfSBmj udaejMKUKUbdnh6qIPSU+ZOvyLnFOyFre43UxC8wCr7wgEYodhPSxxQBgLXbMwGQsQlJ Of5B/eJGQKFQw6d/4T8ZhCcxjiKFsOoBah+eE= Received: by 10.103.178.17 with SMTP id f17mr2622456mup.45.1229274764079; Sun, 14 Dec 2008 09:12:44 -0800 (PST) Received: from ?192.168.1.11? (dyn.144-85-142-100.dsl.vtx.ch [144.85.142.100]) by mx.google.com with ESMTPS id e8sm7648165muf.30.2008.12.14.09.12.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 14 Dec 2008 09:12:43 -0800 (PST) Message-Id: <1AB74D5E-1332-486D-B740-83A09D6858FD@gmail.com> From: =?UTF-8?Q?Nikola_Kne=C5=BEevi=C4=87?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Sun, 14 Dec 2008 18:12:21 +0100 X-Mailer: Apple Mail (2.929.2) Subject: Cluster-wide 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: Sun, 14 Dec 2008 17:12:46 -0000 Hi, I have a machine running FreeBSD 7.1, and now I would like to "replicate" it to other machines in our cluster. Other machines have smaller disks, and a different processor, but all are amd64. Is there a way to do this kind of installation (either by copying content, or installing and then copying /etc) in automated fashion? I can set up the netboot environment (since I'm using FAI to install linux on the same machines). Cheers, Nikola