diff options
author | brooks <brooks@FreeBSD.org> | 2003-06-30 21:47:06 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2003-06-30 21:47:06 +0000 |
commit | b8db4ad194c9901892b9e4a5b1623013d596e762 (patch) | |
tree | 419507d929c9ce1101ff0f4a60101ee004eb33f4 /share/man | |
parent | e812a8fe756a5ad0e03cf19023ae6a98e01d45fa (diff) | |
download | FreeBSD-src-b8db4ad194c9901892b9e4a5b1623013d596e762.zip FreeBSD-src-b8db4ad194c9901892b9e4a5b1623013d596e762.tar.gz |
Allow diskless_remount files to contain path beginning with / which will
be mounted relative to the NFS root mountpoint.
Reviewed by: dillon at backplane.com
MFC After: 3 days
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/diskless.8 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index 45ddabb..ea59ead 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -271,6 +271,27 @@ For example, the file might contain: .Pp .Dl 10.0.0.1:/etc .Pp +Alternativly, if the server contains several independent roots, the file +might contain: +.Pp +.Dl 10.0.0.1:/usr/diskless/4.7-RELEASE/etc +.Pp +This would work, but if you copied +.Pa /usr/diskless/4.7-RELEASE +to +.Pa /usr/diskless/4.8-RELEASE +and upgraded the installation, you would need to modify the +.Pa diskless_remount +files to reflect that move. +To avoid that, paths in +.Pa diskless_remount +files begining with +.Pa / +have the actual path of the client's root prepended to them so the file +could instead contain: +.Pp +.Dl /etc +.Pp The .Nm scripts create memory file systems to hold the overriden |