Date: Tue, 20 Jul 1999 17:08:55 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> 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 Message-ID: <199907210008.RAA91598@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907210008.RAA91598>