Deleted Added
full compact
README.TEMPLATING (129101) README.TEMPLATING (130786)
1IMPORTANT NOTE:
2
3As of Feb. 11, 2002 (and indeed, for quite some time before that),
4the /etc/rc.diskless{1,2} scripts support a slightly different
5diskless boot process than the one documented in the rest of
6this file (which is 3 years old).
7
8I am not deleting the information below because it contains some
9useful background information on diskless operation, but for the
10actual details you should look at /etc/rc.diskless1, /etc/rc.diskless2,
11and the /usr/share/examples/diskless/clone_root script which can
12be useful to set up clients and server for diskless boot.
13
1IMPORTANT NOTE:
2
3As of Feb. 11, 2002 (and indeed, for quite some time before that),
4the /etc/rc.diskless{1,2} scripts support a slightly different
5diskless boot process than the one documented in the rest of
6this file (which is 3 years old).
7
8I am not deleting the information below because it contains some
9useful background information on diskless operation, but for the
10actual details you should look at /etc/rc.diskless1, /etc/rc.diskless2,
11and the /usr/share/examples/diskless/clone_root script which can
12be useful to set up clients and server for diskless boot.
13
14--- $FreeBSD: head/share/examples/diskless/README.TEMPLATING 129101 2004-05-10 20:39:32Z simon $ ---
14--- $FreeBSD: head/share/examples/diskless/README.TEMPLATING 130786 2004-06-20 13:17:37Z mpp $ ---
15------------------------------------------------------------------------
16
17 TEMPLATING machine configurations
18
19 Matthew Dillon
20 dillon@backplane.com
21
22 This document describes a general mechanism by which you can template

--- 185 unchanged lines hidden (view full) ---

208
209 This is a templating function.
210
211 * The program refuses to delete a directory on the destination
212 being replaced by a softlink or file on the source.
213
214 This is a safety mechanism
215
15------------------------------------------------------------------------
16
17 TEMPLATING machine configurations
18
19 Matthew Dillon
20 dillon@backplane.com
21
22 This document describes a general mechanism by which you can template

--- 185 unchanged lines hidden (view full) ---

208
209 This is a templating function.
210
211 * The program refuses to delete a directory on the destination
212 being replaced by a softlink or file on the source.
213
214 This is a safety mechanism
215
216 * The program is capable of maintaing MD5 check cache files and
216 * The program is capable of maintaining MD5 check cache files and
217 doing an MD5 check between source and destination during the
218 scan.
219
220 * The program is capable of deleting files/directories on the
221 destination that do not exist on the source, but asks for
222 confirmation by default.
223
224 This is a templating and a safety mechanism.

--- 77 unchanged lines hidden ---
217 doing an MD5 check between source and destination during the
218 scan.
219
220 * The program is capable of deleting files/directories on the
221 destination that do not exist on the source, but asks for
222 confirmation by default.
223
224 This is a templating and a safety mechanism.

--- 77 unchanged lines hidden ---