From owner-cvs-all Sat Jan 9 08:28:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14139 for cvs-all-outgoing; Sat, 9 Jan 1999 08:28:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14134; Sat, 9 Jan 1999 08:28:39 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA22447; Sat, 9 Jan 1999 08:28:34 -0800 (PST) Date: Sat, 9 Jan 1999 08:28:34 -0800 (PST) Message-Id: <199901091628.IAA22447@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/mount Makefile mount_ufs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/09 08:28:34 PST Modified files: sbin/mount Makefile mount_ufs.c Log: Removed ROOTSLICE_HUNT. The root device is now found better by getvfsent() in most cases. (The main exception is when /etc/fstab still hasn't been converted to use a slice for the root device, the root device is a SCSI device, and the /dev/sd* inode for this device still hasn't been renamed to /dev/da*.) Revision Changes Path 1.8 +1 -4 src/sbin/mount/Makefile 1.15 +2 -34 src/sbin/mount/mount_ufs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message