From owner-freebsd-current Mon Oct 5 04:56:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25449 for freebsd-current-outgoing; Mon, 5 Oct 1998 04:56:27 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25260; Mon, 5 Oct 1998 04:54:36 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id NAA25798; Mon, 5 Oct 1998 13:54:10 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id NAA05756; Mon, 5 Oct 1998 13:54:10 +0200 (MET DST) Message-ID: <19981005135410.35542@follo.net> Date: Mon, 5 Oct 1998 13:54:10 +0200 From: Eivind Eklund To: "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: HEADS UP! [was Re: cvs commit: src/sys/i386/i386 autoconf.c] References: <199810051128.EAA02242@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199810051128.EAA02242@freefall.freebsd.org>; from David E. O'Brien on Mon, Oct 05, 1998 at 04:28:27AM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 05, 1998 at 04:28:27AM -0700, David E. O'Brien wrote: > obrien 1998/10/05 04:28:27 PDT > > Modified files: > sys/i386/i386 autoconf.c > Log: > Now require *FS_ROOT to enable the ability to mount a *FS /. > Previously one could config(8) a kernel that would not link. > > Revision Changes Path > 1.107 +16 -6 src/sys/i386/i386/autoconf.c WARNING! WARNING! If your kernel config file is from before February 1998, you must add in the appropriate 'options xFS_ROOT' to be able to mount your root. Ie, if you don't have 'options FFS_ROOT' in your kernel config, you most likely want to add it. You've been covered by compatibility code up to now; that code is now gone. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message