From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 14:51:34 2004 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 64EE016A4FF for ; Mon, 22 Nov 2004 14:51:34 +0000 (GMT) Received: from mail01.mgm-edv.de (mail01.mgm-edv.de [62.245.198.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A4843D60 for ; Mon, 22 Nov 2004 14:51:32 +0000 (GMT) (envelope-from mchrista@mgm-edv.de) Received: (qmail 27061 invoked from network); 22 Nov 2004 14:51:31 -0000 Received: from kuros2.mgm-edv.de (HELO martinc) ([192.168.0.35]) (envelope-sender ) by mail01.mgm-edv.de (qmail-ldap-1.03) with SMTP for ; 22 Nov 2004 14:51:31 -0000 From: "Martin Christa" To: "Freebsd-Questions@Freebsd. Org" Date: Mon, 22 Nov 2004 15:51:12 +0100 Organization: MGM EDV-Beratung GmbH MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcTQorXTqHonOmSfSUe/WWZG8sntCw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-Id: <20041122145132.F1A4843D60@mx1.FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Fully automated installation 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: Mon, 22 Nov 2004 14:51:34 -0000 Hello All, I'm trying to install some identical servers fully automatically. This means I would like to boot from a CD, wait some time and then the server should be fully intalled and configured. I created a install.cfg, which I can load after booting from the original FreeBSD CD and load it in sysintall. Is there any way I can avoid this, so that the sysinstall finds the install.cfg itself? If it is 'compile sysinstall new' or something like that, how can I do this? Thanks in advance, Martin