diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2003-10-13 08:18:05 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2003-10-13 08:18:05 +0000 |
| commit | 9f29b7170b4b89577983fca9f7a439bc77a823ce (patch) | |
| tree | 92ee76509fc1c357bc24faedeeb481c917a92ecf /etc/rc.initdiskless | |
| parent | 1a7c9b7f5e02a657410a8978d66b10ea5a382123 (diff) | |
Notes
Diffstat (limited to 'etc/rc.initdiskless')
| -rw-r--r-- | etc/rc.initdiskless | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless index a05b9bfebb48d..3429d29c389bd 100644 --- a/etc/rc.initdiskless +++ b/etc/rc.initdiskless @@ -75,8 +75,8 @@ # /conf/default/etc/{rc.conf,rc.local,fstab}. Your fstab should be sure # to mount a /usr... typically an NFS readonly /usr. # -# NOTE! rc.diskless2 will create /var, /tmp, and /dev. Those filesystems -# should not be specified in /conf. At least not yet. +# NOTE! /etc/rc.d/diskless will create /var, /tmp, and /dev. +# Those filesystems should not be specified in /conf. At least not yet. dlv=`/sbin/sysctl -n vfs.nfs.diskless_valid 2> /dev/null` [ ${dlv:=0} -eq 0 ] && exit 0 |
