From owner-freebsd-questions@FreeBSD.ORG Mon Sep 1 13:11: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 A9AC716A4C1 for ; Mon, 1 Sep 2003 13:11:32 -0700 (PDT) Received: from remt30.cluster1.charter.net (remt30.cluster1.charter.net [209.225.8.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id B374F43FEC for ; Mon, 1 Sep 2003 13:11:30 -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 11856840; Mon, 01 Sep 2003 16:11:27 -0400 From: "Charles Howse" To: "'Kent Stewart'" , "'ODHIAMBO Washington'" Date: Mon, 1 Sep 2003 15:11:17 -0500 Message-ID: <000501c370c5$35a88290$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 In-Reply-To: <200309011214.00268.kstewart@owt.com> Importance: Normal cc: freebsd-questions@freebsd.org Subject: RE: 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: Mon, 01 Sep 2003 20:11:32 -0000 > Most of the time, you only need to see the last 4 or 5. I=20 > think that I=20 > only look at one of my builds to see the "chmod 444 freebsd.cf" and=20 > fire up the next script. OK, I understand. I think I will go ahead and change tail to tail -n 50. That should provide plenty of feedback, eh? >=20 > BTW, If you add both of your kernels to /etc/make.conf, you=20 > would only=20 > need one buildkernel. The first one is the one that is installed. I=20 > have it commented now but I used to use >=20 > #KERNCONF=3DRUBY GENERIC >=20 > to build both and install just RUBY. I got so that I liked the logs=20 I thought it would be a good idea to install both GENERIC and CUSTOM kernels, so that I could boot to GENERIC if necessary. So, if I add KERNCONF=3DGENERIC CUSTOM to make.conf, then the generic kernel is installed as /boot/kernel, and I can cp /boot/kernel /boot/kernel.GENERIC. Then I can do installkernel KERNCONF=3DCUSTOM, and that will install the custom kernel as /boot/kernel, and that will be the default to boot...?