From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 10:53:17 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 9E17437B401 for ; Sat, 7 Jun 2003 10:53:17 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B4743FAF for ; Sat, 7 Jun 2003 10:53:16 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by attbi.com (sccrmhc02) with ESMTP id <2003060717531600200dm30le>; Sat, 7 Jun 2003 17:53:16 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h57HrFhR038469; Sat, 7 Jun 2003 13:53:15 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h57HrFpW038462; Sat, 7 Jun 2003 13:53:15 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Ryan Martin References: <3EDF545E.3070705@lumeta.com> From: Lowell Gilbert Date: 07 Jun 2003 13:53:15 -0400 In-Reply-To: <3EDF545E.3070705@lumeta.com> Message-ID: <44vfvhsrjo.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Build a kernel, extract from build dir without 'make install'? 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: Sat, 07 Jun 2003 17:53:17 -0000 Ryan Martin writes: > I'm trying to build a kernel that will be installed on target systems > via sysinstall+PXE Netboot, but due to the possible impact of some of > its customizations I do not want it to install as the kernel on the > system on which it is being developed/built. Is there a convenient way > to collect all the kmods and such from the sys/compile/ID directory > without using 'make install'? That's what $DESTDIR is for.