Date: Fri, 29 Apr 2005 23:02:56 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile rc rc.initdiskless src/etc/rc.d Makefile initdiskless preseedrandom rcconf.sh Message-ID: <200504292302.j3TN2u5g094093@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2005-04-29 23:02:56 UTC
FreeBSD src repository
Modified files:
etc Makefile rc rc.initdiskless
etc/rc.d Makefile rcconf.sh
Removed files:
etc/rc.d initdiskless preseedrandom
Log:
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
Revision Changes Path
1.343 +2 -1 src/etc/Makefile
1.336 +5 -0 src/etc/rc
1.52 +2 -2 src/etc/rc.d/Makefile
1.42 +0 -323 src/etc/rc.d/initdiskless (dead)
1.6 +0 -39 src/etc/rc.d/preseedrandom (dead)
1.4 +0 -1 src/etc/rc.d/rcconf.sh
1.42 +0 -7 src/etc/rc.initdiskless
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504292302.j3TN2u5g094093>
