Deleted Added
full compact
ME (43240) ME (43247)
1
1
2( When templating, ME is typically a softlink to the appropriate host
3subdirectory )
2When templating, ME is typically a softlink to the appropriate host
3subdirectory. This softlink is different for each machine and
4should not be updated by the template process. Any system-wise configuration
5file that needs to be personalized is typically turned into a softlink
6through /conf/ME. For example, /etc/rc.conf.local would be turned into a
7softlink pointing to /conf/ME/rc.conf.local.
4
8
9On any given machine, ME is typically a link to the hostname which also
10exists as a subdirectory in the /conf directory. So, for each machine you
11do:
12
13 cd /conf
14 ln -s this_machines_name ME
15
16The ME link is not used with diskless booting. It is designed for templating
17where each destination box has its own local disk.
18