opnsense-src/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 Remove UFS-specific parts from mount(8). 2005-11-23 23:22:56 +00:00
getmntopts.3 Fix minor nits: 2012-10-15 13:20:08 +00:00
getmntopts.c - Clean up checkpath(). 2012-01-20 07:29:29 +00:00
Makefile In this GRN, Marcel Moolenaar overhauled the logic for mounting 2013-07-17 19:32:07 +00:00
mntopts.h Change checkpath() to not exit on error. This is a prerequisite for 2012-01-16 19:34:21 +00:00
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
mount_fs.c Don't print the nmount(2) provided error message if it is empty. 2012-01-20 12:59:12 +00:00
pathnames.h Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
vfslist.c ANSIfy almost all applications that use WARNS=6. 2009-12-29 22:53:27 +00:00