diff options
author | bsd <bsd@FreeBSD.org> | 2001-05-10 20:50:54 +0000 |
---|---|---|
committer | bsd <bsd@FreeBSD.org> | 2001-05-10 20:50:54 +0000 |
commit | c86e78158fca6b2a646e707071fbc3e4a401aa1a (patch) | |
tree | 615af45e105153229424dbff2aa7ca7d0b8aff76 /share | |
parent | 8aa6dbaeb3e72224bb958d37f830c27f45fcddd4 (diff) | |
download | FreeBSD-src-c86e78158fca6b2a646e707071fbc3e4a401aa1a.zip FreeBSD-src-c86e78158fca6b2a646e707071fbc3e4a401aa1a.tar.gz |
Bring the doc up to date with regard to the /etc bootstrapping code
and the role of /conf/default/etc.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/diskless.8 | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index d6e49b3..d6750cd 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -148,16 +148,28 @@ and .Aq ROOT have the obvious meanings. .It -On the root partition, create configuration files for -the diskless clients. -These reside in +On the root partition, create the directory +.Pa /conf/default/etc , +and populate it with a copy of the contents of +.Pa /etc . +The files and subdirectories within +.Pa /conf/default/etc +are used to bootstrap the diskless environment's +.Pa /etc +memory filesystem. +Be sure and copy the entirety of +.Pa /etc , +and not just overrides. +.It +Additionally, one may supply per-network or per-host overrides for +files in +.Pa /etc +by creating and populating the directories .Pa /conf/${i}/etc , where .Va i -can be either -.Qq Li default , -the subnet broadcast -address for the client, or the IP address of the client. +can be either the subnet broadcast address for the client, or the IP +address of the client. .Pp Files are copied from the above directories into .Pa /etc |