summaryrefslogtreecommitdiffstats
path: root/sbin/mount/Makefile
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2013-07-17 19:32:07 +0000
committerrodrigc <rodrigc@FreeBSD.org>2013-07-17 19:32:07 +0000
commit0af9d56f461ca358ef7ae053c612c45bfc7c7f9e (patch)
tree8dd5ec6c9cb38aa41a37854f5a1030fd476392c2 /sbin/mount/Makefile
parent96df60d2ef9ce30d58326c976f08e66c0c066c01 (diff)
downloadFreeBSD-src-0af9d56f461ca358ef7ae053c612c45bfc7c7f9e.zip
FreeBSD-src-0af9d56f461ca358ef7ae053c612c45bfc7c7f9e.tar.gz
In this GRN, Marcel Moolenaar overhauled the logic for mounting
the root file system on bootup: |------------------------------------------------------------------------ |r214006 | marcel | 2010-10-17 22:01:53 -0700 (Sun, 17 Oct 2010) | 20 lines | | Re-implement the root mount logic using a recursive approach, whereby each |root file system (starting with devfs and a synthesized configuration) can |contain directives for mounting another file system as root. |------------------------------------------------------------------------ This commit adds a mount.conf(8) man page which documents the root mount logic. mount.conf(8) also provides some examples for the /.mount.conf file, which can be used to change the root mount behavior. Reviewed by: marcel bjk
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r--sbin/mount/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile
index 8f6299a..c4d98f0 100644
--- a/sbin/mount/Makefile
+++ b/sbin/mount/Makefile
@@ -3,7 +3,7 @@
PROG= mount
SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
-MAN= mount.8
+MAN= mount.8 mount.conf.8
# We do NOT install the getmntopts.3 man page.
DPADD= ${LIBUTIL}
OpenPOWER on IntegriCloud