freebsd-skq/sbin/mount
Craig Rodrigues 0d6422dd87 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
2013-07-17 19:32:07 +00:00
..
extern.h
getmntopts.3 Fix minor nits: 2012-10-15 13:20:08 +00:00
getmntopts.c
Makefile In this GRN, Marcel Moolenaar overhauled the logic for mounting 2013-07-17 19:32:07 +00:00
mntopts.h
mount_fs.c
mount.8 Add -n flag for compatibility with Linux version of mount(8). 2013-07-15 21:57:21 +00:00
mount.c Add -n flag for compatibility with Linux version of mount(8). 2013-07-15 21:57:21 +00:00
mount.conf.8 In this GRN, Marcel Moolenaar overhauled the logic for mounting 2013-07-17 19:32:07 +00:00
pathnames.h
vfslist.c