From owner-cvs-all Tue Jul 20 17: 9:55 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 EF4DC14C45; Tue, 20 Jul 1999 17:09:52 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA91598; Tue, 20 Jul 1999 17:08:55 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199907210008.RAA91598@freefall.freebsd.org> From: Mike Smith Date: Tue, 20 Jul 1999 17:08:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/libalpha bootinfo.c src/sys/boot/common boot.c bootstrap.h src/sys/boot/i386/libi386 bootinfo.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/07/20 17:08:55 PDT Modified files: sys/boot/alpha/libalpha bootinfo.c sys/boot/common boot.c bootstrap.h sys/boot/i386/libi386 bootinfo.c Log: Walk around the end of all the silly guessing of device types and unit numbers that we have been doing in the past, and read /etc/fstab off the proposed root filesystem to determine the actual device name and vfs type for the root filesystem. These are then exported to the kernel via the environment variable vfs.root.mountfrom. Revision Changes Path 1.7 +19 -1 src/sys/boot/alpha/libalpha/bootinfo.c 1.14 +69 -1 src/sys/boot/common/boot.c 1.23 +2 -1 src/sys/boot/common/bootstrap.h 1.21 +6 -2 src/sys/boot/i386/libi386/bootinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message