From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 20:24:10 2004 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 E39BB16A4CE for ; Mon, 15 Nov 2004 20:24:10 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD6C43D1D for ; Mon, 15 Nov 2004 20:24:10 +0000 (GMT) (envelope-from henninb@gmail.com) Received: by mproxy.gmail.com with SMTP id w41so229647cwb for ; Mon, 15 Nov 2004 12:24:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=ropz74FIJCBHxClmLHrrzYfv7uU8vxgFYoIADa3x4LtBEBBSJI6apVxg0e4P2iOQCYXsy9nzLMdhFSnMq2ToJSaTalsiv6x/5pK02BsBuyXr1PVqzQS8ImVO78QQQElxtFBWkpavgsX8dPys6LhnbGwrXUtNKFuTdMNKXRcm0j4= Received: by 10.11.116.16 with SMTP id o16mr452353cwc; Mon, 15 Nov 2004 12:24:10 -0800 (PST) Received: by 10.11.118.7 with HTTP; Mon, 15 Nov 2004 12:24:10 -0800 (PST) Message-ID: <47f8d93104111512242bac1b8d@mail.gmail.com> Date: Mon, 15 Nov 2004 14:24:10 -0600 From: Brian Henning To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: kernel compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brian Henning List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 20:24:11 -0000 Greetings: what is the process to compile a kernel for a slower machine with a small disk from a faster machine with lots of disk. So far I have created a KERNCONF file for the slow machine. I have done a make buildkernel KERNCONF=SLOW_MACHINE Thanks, BH