]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 253433:
authorrodrigc <rodrigc@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 24 Jul 2013 01:08:45 +0000 (01:08 +0000)
committerrodrigc <rodrigc@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 24 Jul 2013 01:08:45 +0000 (01:08 +0000)
commit49942f11556e355c222c0b6b14e78d02d5bb21df
tree601c704b568bd659548a0c1a94e5f49dab4ea632
parent1186641f02ae974a987daaa23be4cfe94851533b
MFC 253433:

    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

MFC: 253445:

    Minor mdoc fixes

Approved by: re (gjb)

git-svn-id: svn://svn.freebsd.org/base/stable/9@253586 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/mount/Makefile
sbin/mount/mount.conf.8 [new file with mode: 0644]