From owner-freebsd-stable@FreeBSD.ORG Wed May 2 17:49:07 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9424F16A400 for ; Wed, 2 May 2007 17:49:07 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 4DF1F13C448 for ; Wed, 2 May 2007 17:49:07 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so223192ana for ; Wed, 02 May 2007 10:49:01 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ATAkiZsfwP57F+T1vrDAlP6a995ueC2PF67WPNR8cEZ6enXFrwS0bFq/bE2wtmci9RSBMlOZLPpzRo7Nbqm2dyl0WoL1JZ3hC98fbD3DgnYkDNi29XipfvHA97KtTDNl/diJCKKzu0TtOoF0V9GBj5K2o//r2+VG6GdI2fRm73E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZwpxBIqxUSEDtJfsS6tZY3dlAXYKYFd5mkJumGLLLDa1qPgXAoqCOvUhtCcBlgbi6HoU43VAtbKw4GrUkPxyA9UGWJ+9VjQS4EWkNvGGERUjHftI7F1i8rsOM822n1GjxlVg1Bp+HpaSP08u65Uj8sj+ADdU0vjwWffwehEFiuM= Received: by 10.100.241.20 with SMTP id o20mr710366anh.1178128141052; Wed, 02 May 2007 10:49:01 -0700 (PDT) Received: by 10.100.141.14 with HTTP; Wed, 2 May 2007 10:49:00 -0700 (PDT) Message-ID: <790a9fff0705021049i72979babya2cf173222dcda20@mail.gmail.com> Date: Wed, 2 May 2007 12:49:00 -0500 From: "Scot Hetzel" To: "KAYVEN RIESE" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070501204548.L860@thinkpad.dieringer.dyndns.org> <20070502040125.M860@thinkpad.dieringer.dyndns.org> <200705021458.01813.doconnor@gsoft.com.au> <4638BDBC.4070805@iki.fi> Cc: freebsd-stable@freebsd.org, Tuomo Latto Subject: Re: install SCSI over ATAPI for DVD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2007 17:49:07 -0000 On 5/2/07, KAYVEN RIESE wrote: > On Wed, 2 May 2007, Tuomo Latto wrote: > > > KAYVEN RIESE wrote: > >> Then run config NEW_FILE > >> > >> Go into kernel build directory run > >> make cleandepend ; make depend ; make && make install > >> > >> but i don't know what the "kernel build directory" is > >> > >> prolly simple for you guys. i just did the command > >> in the > >> > >> /usr/src/sys/i386/conf > >> > >> directory and it didn't werk. > > > > Try these: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html > > > i don't see any "config NEW_FILE" like statements on these pages.. i see > the /usr/src/sys/i386/conf directory.. and i don't see that command he > told me to do: > > make cleandepend ; make depend ; make && make install > > i see "make buildkernel" and "make installkernel" that makes me very > nervous. > Don't be. What the first person advised you on was the old way of compiling a kernel, the new way is to use make buildkernel and make installkernel from /usr/src. Just follow the example in the hand book. On 5/2/07, KAYVEN RIESE wrote: > okay. i was there. should "MYKERNEL" be "NEW_FILE?" > MYKERNEL, NEW_FILE are just the name of the kernel configuration file. cp /usr/src/sys/i386/conf/GENERIC /usr/src/sys/i386/conf/KAYVEN vi /usr/src/sys/i386/conf/KAYVEN Change 'ident GENERIC' to 'ident KAYVEN'. This is to identify which kernel your system is running. Add/remove devices, options as needed. cd /usr/src make buildkernel KERNCONF=KAYVEN make installkernel KERNCONF=KAYVEN Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.