From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 16:09:37 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 617DD16A4BF for ; Fri, 29 Aug 2003 16:09:37 -0700 (PDT) Received: from remt30.cluster1.charter.net (remt30.cluster1.charter.net [209.225.8.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79CEF43FCB for ; Fri, 29 Aug 2003 16:09:36 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt30.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 8992867 for freebsd-questions@freebsd.org; Fri, 29 Aug 2003 19:09:35 -0400 From: "Charles Howse" To: Date: Fri, 29 Aug 2003 18:09:31 -0500 Message-ID: <000d01c36e82$9af531b0$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: scripting the buildworld/installworld process 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: Fri, 29 Aug 2003 23:09:37 -0000 Hi, I'm working on scripting the buildworld/installworld process. This will keep me from messing up everything by doing it wrong or making a typo. I'll be glad to post the scripts for review if anyone's interested. Right now, I have a couple of questions. 1. I realize that running buildworld/installworld manually might be better than scripting it, as far as dealing with stops and/or errors, but is it generally acceptable to script this process? I can't think of any reason not to, but I'd like some input. 2. After reading man mergemaster, I see that the -a flag will run mergemaster automatically and leave any new files in /var/tmp/temproot. I'd like to confirm that if I opt to run mergemaster -a, then I should check/merge any files before leaving single user mode. It seems like the right thing to do...? Thanks, Charles