From owner-freebsd-questions@FreeBSD.ORG Mon Jun 17 14:21:21 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 74563C4A for ; Mon, 17 Jun 2013 14:21:21 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 535AF19CC for ; Mon, 17 Jun 2013 14:21:21 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id rl6so2915703pac.1 for ; Mon, 17 Jun 2013 07:21:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RejPXvP9NhloPbwKpF8wxrpX2HgRKwTbLsUtaX2mQtQ=; b=bzaqxnAlwDhlg9kFnGkJ9BwvGTsd4lKaidpFea3Eflr1YSCP4qKMj7LuFTzTOn9BSE UewYizRt6DiX5Vrw+TvDuuZyOmyxlnY+1897UtRSioC7W0jDsIoire2xHJxGrWEs69Fj ffiNNksbatJK8BgvPQdpZVbsynMEAhhphjIdkmTWzhmt2r3yxDPM65Y6Tryc6EKvkivA jba1f26lDrBB6saNlMhxYxknOsvZTaps83zmL+ORjyVPRl6jV+ZiNfHWs+8cGjiC/4Yj oNVA4y86aFsZ4XbJG/W16cPDbU4syzY0Oe0OfXvmYI4K+sDYJDbzwMdmg3BZpxAPMHVX 66lQ== MIME-Version: 1.0 X-Received: by 10.66.136.76 with SMTP id py12mr13078183pab.192.1371478881116; Mon, 17 Jun 2013 07:21:21 -0700 (PDT) Received: by 10.70.31.195 with HTTP; Mon, 17 Jun 2013 07:21:21 -0700 (PDT) In-Reply-To: <201306171213.r5HCD0OU012253@mech-cluster241.men.bris.ac.uk> References: <201306171213.r5HCD0OU012253@mech-cluster241.men.bris.ac.uk> Date: Mon, 17 Jun 2013 09:21:21 -0500 Message-ID: Subject: Re: installing a kernel under a custom location, not /boot/kernel? From: Adam Vande More To: Anton Shterenlikht Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jun 2013 14:21:21 -0000 On Mon, Jun 17, 2013 at 7:13 AM, Anton Shterenlikht wrote: > I think there is an option for this. > But I cannot find it under > 9.5. Building and Installing a Custom Kernel > http://www.freebsd.org/doc/handbook/kernelconfig-building.html > > I need to keep several kernels installed, not > just the current and the previous. How to achive this? > KODIR=/boot/testkernel -- Adam Vande More