summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/README
diff options
context:
space:
mode:
Diffstat (limited to 'urunlevel/runlevel/README')
-rw-r--r--urunlevel/runlevel/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/urunlevel/runlevel/README b/urunlevel/runlevel/README
index 7c3e2ce..2c4db5c 100644
--- a/urunlevel/runlevel/README
+++ b/urunlevel/runlevel/README
@@ -1,3 +1,9 @@
1Busybox does not include named and portmap applets, so boot_named.c and 1Clean room implementation of runlevel/init.d/SYS V init applets for
2boot_portmap.c should be considered as examples. Skeleton is also an example. 2busybox, aiming for LSB compliance.
3 3
4Busybox <http://www.busybox.net> currently has no support for runlevels
5and init.d scripts, also known as the SYS V init system. Micro runlevel
6adds that support as standard busybox applets written in the C langauge.
7
8Most of the documentation is in the urunlevel.sourceforge.net directory,
9which is a copy of the web site.