diff options
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 24 |
1 files changed, 16 insertions, 8 deletions
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 @@ <h2> What is it ? </h2> <p> - 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 +<a href="http://skarnet.org/software/s6/">s6</a>-based init +system, including a <tt>/sbin/init</tt> binary, on a Linux kernel. </p> <p> @@ -61,11 +61,12 @@ and then you can <em>boot</em> your system on that init script. </p> <p> - The listed dependencies are all <em>build-time</em> dependencies and also -<em>boot-time</em> dependencies, i.e. you need the tools installed to build -s6-linux-init and to boot your system. There are no <em>run-time</em> -dependencies, except skalibs if you linked against the shared version of -the library. + skalibs and execline are <em>build-time</em> dependencies. + There are no <em>run-time</em> dependencies. + And every listed package, save skalibs, is a <em>boot-time</em> dependency. + If you are using the shared version of the skalibs library, +then skalibs also becomes a <em>run-time</em> and a +<em>boot-time</em> dependency. </p> <h3> Licensing </h3> @@ -101,6 +102,13 @@ the previous versions of s6-linux-init and the current one. </li> <h2> Reference </h2> +<h3> Quickstart guide and FAQ </h3> + +<p> + There is one, + <a href="quickstart.html">here</a> ! +</p> + <h3> Commands </h3> <p> |