Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 15 Jan 2002 15:34:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 15 Jan 2002 15:34:03 -0500 Received: from dsl254-112-233.nyc1.dsl.speakeasy.net ([216.254.112.233]:27777 "EHLO snark.thyrsus.com") by vger.kernel.org with ESMTP id ; Tue, 15 Jan 2002 15:33:48 -0500 Date: Tue, 15 Jan 2002 15:18:04 -0500 From: "Eric S. Raymond" To: Nicolas Pitre Cc: lkml , kbuild-devel@lists.sourceforge.net Subject: Re: CML2-2.1.3 is available Message-ID: <20020115151804.A6308@thyrsus.com> Reply-To: esr@thyrsus.com Mail-Followup-To: "Eric S. Raymond" , Nicolas Pitre , lkml , kbuild-devel@lists.sourceforge.net In-Reply-To: <20020115145324.A5772@thyrsus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from nico@cam.org on Tue, Jan 15, 2002 at 03:15:10PM -0500 Organization: Eric Conspiracy Secret Labs X-Eric-Conspiracy: There is no conspiracy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Nicolas Pitre : > > Release 2.1.3: Tue Jan 15 14:41:45 EST 2002 > > * The `vitality' flag is gone from the language. Instead, the > > autoprober detects the type of your root filesystem and forces > > its symbol to Y. > > What happens if you compile a kernel for another machine? Or cross-compile? In that case you can't use the autoconfigurator anyway. You're going to have to make sure by hand that the controller, bus type, and file system code for your root device are hard-compiled in. (This is at least no worse off than you were under CML1.) Rob Landley pointed out correctly that the vitality flag was not actually solving this problem, and it was an ugly wart on the language. Instead, there's a symbol property "BOOTABLE" in the new rulebase that is attached to IDE and SCSI hardware symbols that are controllers for what could be boot devices. One of the remaining limitations of the autoconfigurator is that it only knows how to detect IDE and SCSI boot devices. I want to be able to make it nail NFS and USB storage being used as root, but it's not there yet. -- Eric S. Raymond The American Republic will endure, until politicians realize they can bribe the people with their own money. -- Alexis de Tocqueville - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/