summaryrefslogtreecommitdiffstats
path: root/sbin/mount/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-03-08 14:50:04 +0000
committermsmith <msmith@FreeBSD.org>1998-03-08 14:50:04 +0000
commit41cd0a696db2729b0e5d7992a59eaade07cda6db (patch)
tree663b6e0c0cfd7714ea35896c856bc9aff7dc2968 /sbin/mount/Makefile
parent7e266dccdf5f4ae0ddbff6a39bfb2254132c2088 (diff)
downloadFreeBSD-src-41cd0a696db2729b0e5d7992a59eaade07cda6db.zip
FreeBSD-src-41cd0a696db2729b0e5d7992a59eaade07cda6db.tar.gz
If we are mounting the root filesystem, and we're accessing it through
something that might refer to the compatability slice rather than the correct slice entry, try all the possible slice entries first. This is a compatability hack to deal with the case where the kernel has correctly mounted the root filesystem out of its slice, but the user has not updated their /etc/fstab file to reflect this. A diagnostic is emitted if the mount succeeds, indicating that the file should be updated. This is a prelude to fixing the kernel to behave as alluded to above. Reviewed by: (discussed with) julian, phk
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r--sbin/mount/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile
index df4ebcf..e899d4e 100644
--- a/sbin/mount/Makefile
+++ b/sbin/mount/Makefile
@@ -1,9 +1,12 @@
# @(#)Makefile 8.6 (Berkeley) 5/8/95
-# $Id: Makefile,v 1.5 1997/08/25 20:38:35 bde Exp $
+# $Id: Makefile,v 1.6 1998/01/20 10:39:57 bde Exp $
PROG= mount
SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
MAN8= mount.8
# We do NOT install the getmntopts.3 man page.
+# We support the ROOTSLICE_HUNT hack
+CFLAGS+=-DROOTSLICE_HUNT
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud