summaryrefslogtreecommitdiffstats
path: root/dev
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-07-18 21:13:33 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-18 21:13:33 (EDT)
commit57216ea8bc36ff14eba064a090885b354270f7b4 (patch)
tree6ee1743335eacdb1fba50cd05a7c09878ee86a87 /dev
parent6f4b5967355cf11b5fa1bb8fa243c72945ba7194 (diff)
Update boot sequencing task information.
Diffstat (limited to 'dev')
-rw-r--r--dev/todo/boot-sequencing.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev/todo/boot-sequencing.mdwn b/dev/todo/boot-sequencing.mdwn
index b4b3ee6..2a744e5 100644
--- a/dev/todo/boot-sequencing.mdwn
+++ b/dev/todo/boot-sequencing.mdwn
@@ -34,12 +34,14 @@ Fink and used by Debian and openSUSE. However, this C program (in compliance
with the LSB) assumes the use of runlevels. This operating system uses the init
daemon of BusyBox, which [doesn't support runlevels][bb-init.c]. Therefore,
we'll need to either modify insserv to work without runlevels or write our own
-tool for installing symbolic links to init scripts.
+tool for installing symbolic links to init scripts. (Either way, the tool
+should be written in either C or UNIX shell command language, both of which are
+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 September 2012.
+Hopefully, this can get done by November 2012.
[bf-build]: http://git.os.pehjota.net/pkg/basefiles.git/tree/build?id=0ae24516#n43