From owner-freebsd-current@FreeBSD.ORG Sun Oct 17 12:22:42 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 EDB2C16A4CE for ; Sun, 17 Oct 2004 12:22:42 +0000 (GMT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DF9143D2D for ; Sun, 17 Oct 2004 12:22:42 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004101721:21:26:863102.15513.2853850032 for ; Sun, 17 Oct 2004 21:21:26 +0900 (KST) Message-ID: <41726412.4050001@yahoo.com> Date: Sun, 17 Oct 2004 21:22:42 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041017 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-3.51) (SRN:SPAMROBOT) ----------------- Subject: make installkernel with alternative destination. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 12:22:43 -0000 Hi, I wonder if it is possible to add a destination to the make installkernel. I would like this for the kernel files that I build for my diskless system, for example: make installkernel KERNCONF=DISKLESS DEST=/boot/kernel.diskless Is this possible, and is it a reasonable way of doing this? Thanks, Rob.