From 6b1a9ff51793761da3f34775dea23c2ea38ead17 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 02 Apr 2014 19:12:33 -0400 Subject: dev/todo/boot-sequencing: Update. --- diff --git a/dev/todo/boot-sequencing.mdwn b/dev/todo/boot-sequencing.mdwn index 2a744e5..0c5b097 100644 --- a/dev/todo/boot-sequencing.mdwn +++ b/dev/todo/boot-sequencing.mdwn @@ -1,5 +1,17 @@ [[!meta title="Boot Sequencing"]] +Service scripts are now included in packages that provide system services (e.g. +`busybox`). And symbolic links in `/etc/rc.d/` are now more flexibly organized. +This current solution currently suffices, and all of the below can be ignored +for now. + +Although, in the future it would be nice to have a more efficient initialization +system and some kind of process management. + +**The rest of this page is kept only for reference and historical purposes.** + +--- + Currently, service init scripts are provided by the monolithic `initscripts` binary package. These init scripts are executed in the lexicographic order of the symbolic links matching `/etc/rc.d/S*` that target them. The names of these @@ -41,8 +53,6 @@ portable and will be supported by all default installations of the OS.) Additionally, we need to decide how completely we'll conform, if at all, with the LSB in this area. -Hopefully, this can get done by November 2012. - [bf-build]: http://git.os.pehjota.net/pkg/basefiles.git/tree/build?id=0ae24516#n43 [rcorder-doc]: http://www.netbsd.org/docs/guide/en/chap-rc.html#chap-rc-rcorder -- cgit v0.9.1