diff options
author | brooks <brooks@FreeBSD.org> | 2004-09-29 05:28:48 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2004-09-29 05:28:48 +0000 |
commit | dd824cc52f5b8180e2f7ccd6884f01f6c1fe10b9 (patch) | |
tree | 83637aecd945d7b32bae5714ae27eb9e5321d55c /share | |
parent | b65eae4c193f1c3c9580e5ac2bad5585034743f2 (diff) | |
download | FreeBSD-src-dd824cc52f5b8180e2f7ccd6884f01f6c1fe10b9.zip FreeBSD-src-dd824cc52f5b8180e2f7ccd6884f01f6c1fe10b9.tar.gz |
Update the list of files involved in diskless booting.
Reminded by: pjd
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/diskless.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index acdfe1d..ecf88a0 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 10, 2004 +.Dd September 28, 2004 .Dt DISKLESS 8 .Os .Sh NAME @@ -146,8 +146,13 @@ scripts recognize a .Nm startup and perform the actions found in -.Pa /etc/rc.d/initdiskless +.Pa /etc/rc.d/initdiskless , +.Pa /etc/rc.d/resolv , +.Pa /etc/rc.d/tmp , and +.Pa /etc/rc.d/var . +On early 5.x releases, the functions of latter three scripts where +implemented in .Pa /etc/rc.d/diskless . On older systems, the scripts are located in .Pa /etc/rc.diskless1 |