diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2005-04-29 23:02:56 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2005-04-29 23:02:56 +0000 |
| commit | 2af94c5d1de2a1104ce8f4bdad0ba1d66c6317e8 (patch) | |
| tree | 249bfb21e35a4890089a544e00c3e48a83fa148a /etc/rc.initdiskless | |
| parent | 9249fcc4b9d5fd2a02925eb78169911cae1bf84b (diff) | |
Notes
Diffstat (limited to 'etc/rc.initdiskless')
| -rw-r--r-- | etc/rc.initdiskless | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless index 68f6703b229b..b536021fece4 100644 --- a/etc/rc.initdiskless +++ b/etc/rc.initdiskless @@ -25,12 +25,6 @@ # SUCH DAMAGE. # # $FreeBSD$ -# -# PROVIDE: initdiskless -# REQUIRE: preseedrandom -# BEFORE: rcconf -# KEYWORD: nojail - # On entry to this script the entire system consists of a read-only root # mounted via NFS. The kernel has run BOOTP and configured an interface @@ -125,7 +119,6 @@ # (end of documentation, now get to the real code) dlv=`/sbin/sysctl -n vfs.nfs.diskless_valid 2> /dev/null` -[ ${dlv:=0} -eq 0 ] && [ ! -f /etc/diskless ] && exit 0 # chkerr: # |
