From owner-freebsd-questions Wed May 7 00:03:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA06551 for questions-outgoing; Wed, 7 May 1997 00:03:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA06546 for ; Wed, 7 May 1997 00:03:27 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA00904 for ; Wed, 7 May 1997 00:03:23 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA05368; Wed, 7 May 1997 10:01:18 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma005366; Wed May 7 10:01:12 1997 Message-ID: <33702902.4D33@barcode.co.il> Date: Wed, 07 May 1997 10:02:26 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: "James F. Schmidt" CC: "support@freebsd.com" Subject: Re: Compiling the Kernel References: <01BC5A55.DAD0FAA0@ces01.cessys.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk James F. Schmidt wrote: > > I wanted to setup Quotas which requires re-compiling the kernel. I was successful > in doing this, but is it really necessary to re-determine all of the device settings if > you already have a working kernel? > > When I installed FreeBSD, the setup program did a great job..can't I somehow > Migrate these settings and then compile??? Well, if it did a great job then there's almost nothing to do. If you've never edited your kernel config file, simply start out with the GENERIC kernel, and comment out things you don't need. It will save you both memory and boot time (probing for devices you don't have, especially IDE disks can be a very length process). The installation program itself does almost *nothing* to the kernel. If it works for you, then you're mostly using the defaults. > > Frustrated!!!! > > Jim > ------------------------------------------------- > James F. Schmidt CES Systems, Inc. > jschmidt@cessys.com www.cessys.com > Innovative Electronic & Internet Solutions Nadav