From owner-freebsd-questions@FreeBSD.ORG Sun Jun 3 23:57:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65AA216A400 for ; Sun, 3 Jun 2007 23:57:11 +0000 (UTC) (envelope-from bufo333@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.228]) by mx1.freebsd.org (Postfix) with ESMTP id 275F913C44B for ; Sun, 3 Jun 2007 23:57:11 +0000 (UTC) (envelope-from bufo333@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so745216nzn for ; Sun, 03 Jun 2007 16:57:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=f9tFwnEaYP6jIdc6BXyCR36qnh+HLSFJ4jsxHVZSGbCVdJhCgVdgjgANP3KRH6NT0r6mhB8PATBUMK4nRTcuRRhgbE1X0ezjvqwI+zSzPiXYDTJue8oEXA3VprB4juSXmXVcCQMqRDK1AknV+BHr2kyqBK+7ECTmcnWXzMu6s5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=rue8twGPOSkMD1/5zw5s+LiRk2udA2Aj7FCG87cv/Lyii09Pl31mggJaakQAFzghtAtLedrZALloi1pAdWr/SkLwWRXnUGzi4TR2PHCcIBFYx8qfFP1ZMZCBe6OPgDGvtx/Mp3c6+1jyss00Xs4lFWRI5Ga7Zh7F8TlEC0GmoJg= Received: by 10.65.98.12 with SMTP id a12mr5947315qbm.1180913361702; Sun, 03 Jun 2007 16:29:21 -0700 (PDT) Received: by 10.65.73.6 with HTTP; Sun, 3 Jun 2007 16:29:21 -0700 (PDT) Message-ID: <248cad280706031629y7371677ch711b8eb05229659b@mail.gmail.com> Date: Sun, 3 Jun 2007 19:29:21 -0400 From: "John Burns" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 6.2 make release 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, 03 Jun 2007 23:57:11 -0000 I am trying to make a custom release. My goal is to make a custom bsd cd that will install the system to my specification without asking the user any question. My problem is the follwoing: I tried to compile the release without any modifications just to see if it works. I checkout the cvs tree with cvsup and the cvs-supfile in the examples directory. I used the following commands: cd /usr/src make buildworld cd /usr/src/release make release CHROOTDIR=/usr/exile BUILDNAME=EXILE SECURITY \ CVSROOT=/home/ncvs I get the following error error missing kernel configuration file(s) (SMP)