cvs commit: src/etc Makefile rc rc.initdiskless src/etc/rc.d
Makefile initdiskless preseedrandom rcconf.sh
Brooks Davis
brooks at FreeBSD.org
Fri Apr 29 16:02:57 PDT 2005
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
More information about the cvs-src
mailing list