summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-04-29 23:02:56 +0000
committerbrooks <brooks@FreeBSD.org>2005-04-29 23:02:56 +0000
commit02891f1c55fa404da07d9fecfbd859b48ab3a2f7 (patch)
tree249bfb21e35a4890089a544e00c3e48a83fa148a /etc/Makefile
parentf72e92f1b17fcf238bbfedf24af2d5afb0f24928 (diff)
downloadFreeBSD-src-02891f1c55fa404da07d9fecfbd859b48ab3a2f7.zip
FreeBSD-src-02891f1c55fa404da07d9fecfbd859b48ab3a2f7.tar.gz
To allow /etc to be as minimal as possible in a diskless setup, we need
to run initdiskless before we run rcorder on /etc/rc.d. To allow this, move /etc/rc.d/initdiskless to /etc/rc.initdiskless and run it directly from /etc/rc. Remove /etc/rc.d/preseedrandom as it is no longer necessicary (we start with entropy unblocked) and was only used by initdiskless when it was needed. Discussed on: freebsd-rc Repocopy by: peter
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 43ac510..9c883f8 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -12,7 +12,8 @@ BIN1= amd.map apmd.conf auth.conf \
inetd.conf login.access login.conf \
mac.conf motd netconfig network.subr networks newsyslog.conf \
pf.conf pf.os phones profile protocols \
- rc rc.bsdextended rc.firewall rc.firewall6 rc.sendmail rc.shutdown \
+ rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
+ rc.sendmail rc.shutdown \
rc.subr remote rpc services shells \
snmpd.config sysctl.conf syslog.conf usbd.conf \
etc.${MACHINE_ARCH}/ttys \
OpenPOWER on IntegriCloud