From owner-cvs-all Sun May 9 9:46:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C0E41579B; Sun, 9 May 1999 09:46:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04435; Sun, 9 May 1999 09:46:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199905091646.JAA04435@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 9 May 1999 09:46:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/05/09 09:46:05 PDT Modified files: sys/conf options sys/i386/i386 autoconf.c sys/i386/conf GENERIC LINT Makefile.i386 files.i386 Log: Major lobotomy of config(8). The config kernel mumble mumble line has been obsoleted and removed and with it went all knowledge of devices on the part of config. You can still configure a root device (which is used if you give the "-r" flag) but now with an option: options ROOTDEVNAME=\"da0s2e\" The string is parsed by the same code as at the "boot -a" prompt. At the same time, make the "boot -a" prompt both more able and more informative. ALPHA/PC98 people: You will have to adapt a few simple changes (defining rootdev and dumpdev somewhere else) before config works for you again, sorry, but it's all in the name of progress. Revision Changes Path 1.137 +3 -1 src/sys/conf/options 1.119 +126 -2 src/sys/i386/i386/autoconf.c 1.169 +1 -3 src/sys/i386/conf/GENERIC 1.595 +4 -10 src/sys/i386/conf/LINT 1.150 +2 -2 src/sys/i386/conf/Makefile.i386 1.239 +1 -2 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message