From owner-freebsd-arch@FreeBSD.ORG Thu Apr 15 07:39:52 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E09A16A4CE for ; Thu, 15 Apr 2004 07:39:52 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72F943D48 for ; Thu, 15 Apr 2004 07:39:51 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 2365E652FE; Thu, 15 Apr 2004 15:39:51 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 47205-02-4; Thu, 15 Apr 2004 15:39:50 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 69405652EC; Thu, 15 Apr 2004 15:39:50 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 5BE9260EE; Thu, 15 Apr 2004 15:39:49 +0100 (BST) Date: Thu, 15 Apr 2004 15:39:49 +0100 From: Bruce M Simpson To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20040415143949.GD53839@empiric.dek.spc.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: cc: arch@freebsd.org Subject: Re: installing multiple kernels X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 14:39:52 -0000 On Thu, Apr 15, 2004 at 04:29:13PM +0200, Dag-Erling Smørgrav wrote: > The only missing element is to make the loader read /boot/kernels and > have $kernel default to the last kernel listed there (i.e. the most > recently installed) instead of "kernel". It would also be nice to > offer a kernel selection menu for the CLI-impaired. Unfortunately, > I'm afraid my forth skills aren't quite up to the task. Any takers? You probably want to look at Gordon Letlow's nextboot(8) stuff. BMS