From owner-freebsd-current@FreeBSD.ORG Tue Oct 19 12:35:47 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB9E616A4CE for ; Tue, 19 Oct 2004 12:35:47 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B4E443D62 for ; Tue, 19 Oct 2004 12:35:47 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so314570rnk for ; Tue, 19 Oct 2004 05:35:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=WN57bngtGORHixv7lAZRyKg+U86hEF6a2u6KcwSznnZOEQq2x4Ah2aW8DY6uVo4vRb1jaMLIZ/jPaKIc8cND3vBm56EXo9EqI8b4Rdet2j2AkYSxbnZ+XTb0m4dBfpUbGxP/fugCRK4eHlweC6uF9P0mqOGDPjqrK48Qp9Qp2CA Received: by 10.38.9.24 with SMTP id 24mr1940771rni; Tue, 19 Oct 2004 05:35:46 -0700 (PDT) Received: by 10.38.13.37 with HTTP; Tue, 19 Oct 2004 05:35:46 -0700 (PDT) Message-ID: <84dead7204101905353e94c9c9@mail.gmail.com> Date: Tue, 19 Oct 2004 18:05:46 +0530 From: Joseph Koshy To: Rob In-Reply-To: <41726412.4050001@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41726412.4050001@yahoo.com> cc: freebsd-current Subject: Re: make installkernel with alternative destination. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joseph Koshy List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 12:35:48 -0000 > make installkernel KERNCONF=DISKLESS DEST=/boot/kernel.diskless Use 'DESTDIR': # make installkernel DESTDIR=/foo KERNCONF=DISKLESS However, you'll have to populate the config files in /foo/boot manually (/foo/boot/device.hints for a start).