summaryrefslogtreecommitdiffstats
path: root/etc/rc.initdiskless
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2003-10-13 08:18:05 +0000
committerdougb <dougb@FreeBSD.org>2003-10-13 08:18:05 +0000
commitb68b14f3787731d9649bfae60b47572ce367c6a0 (patch)
tree92ee76509fc1c357bc24faedeeb481c917a92ecf /etc/rc.initdiskless
parent9da9583b7fe94bf2e7812dc8c5c4e622e0d0ae5f (diff)
downloadFreeBSD-src-b68b14f3787731d9649bfae60b47572ce367c6a0.zip
FreeBSD-src-b68b14f3787731d9649bfae60b47572ce367c6a0.tar.gz
Update references to rc.diskless[12]
Diffstat (limited to 'etc/rc.initdiskless')
-rw-r--r--etc/rc.initdiskless4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless
index a05b9bf..3429d29 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
OpenPOWER on IntegriCloud