From ff781adeb26caca82a717d7f1dd83c4ad94b5165 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 17 Jun 2015 18:33:06 +0000 Subject: Fix some bugs, add some doc --- doc/index.html | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html index ad0d3b0..c3426e0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -20,9 +20,9 @@

What is it ?

- s6-linux-init is a set of minimalistic tools to create and manage -the init process on a Linux system - i.e. the first process created -by the kernel at boot time. + s6-linux-init is a set of minimalistic tools to create a +s6-based init +system, including a /sbin/init binary, on a Linux kernel.

@@ -61,11 +61,12 @@ and then you can boot your system on that init script.

- The listed dependencies are all build-time dependencies and also -boot-time dependencies, i.e. you need the tools installed to build -s6-linux-init and to boot your system. There are no run-time -dependencies, except skalibs if you linked against the shared version of -the library. + skalibs and execline are build-time dependencies. + There are no run-time dependencies. + And every listed package, save skalibs, is a boot-time dependency. + If you are using the shared version of the skalibs library, +then skalibs also becomes a run-time and a +boot-time dependency.

Licensing

@@ -101,6 +102,13 @@ the previous versions of s6-linux-init and the current one.

Reference

+

Quickstart guide and FAQ

+ +

+ There is one, + here ! +

+

Commands

-- cgit v1.2.3