From c67342094a0192419f5160f7e9f2d8babd9f477b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 23 May 2017 11:04:33 +0000 Subject: Switch doc to schemeless URLs --- doc/index.html | 20 +++++++-------- doc/quickstart.html | 18 ++++++------- doc/s6-halt.html | 6 ++--- doc/s6-linux-init-maker.html | 60 ++++++++++++++++++++++---------------------- doc/s6-poweroff.html | 6 ++--- doc/s6-reboot.html | 6 ++--- doc/upgrade.html | 54 +++++++++++++++++++-------------------- 7 files changed, 85 insertions(+), 85 deletions(-) diff --git a/doc/index.html b/doc/index.html index 1669b07..94a9523 100644 --- a/doc/index.html +++ b/doc/index.html @@ -6,13 +6,13 @@ s6-linux-init - tools for a Linux init system - +

-Software
-skarnet.org +Software
+skarnet.org

s6-linux-init

@@ -21,7 +21,7 @@

s6-linux-init is a set of minimalistic tools to create a -s6-based init +s6-based init system, including a /sbin/init binary, on a Linux kernel.

@@ -49,15 +49,15 @@ a small FAQ. @@ -132,7 +132,7 @@ the previous versions of s6-linux-init and the current one. diff --git a/doc/quickstart.html b/doc/quickstart.html index dac9779..619fbbd 100644 --- a/doc/quickstart.html +++ b/doc/quickstart.html @@ -6,14 +6,14 @@ s6-linux-init: quickstart and FAQ - +

s6-linux-init
-Software
-skarnet.org +Software
+skarnet.org

Quickstart and FAQ for s6-linux-init

@@ -23,11 +23,11 @@
  1. Install all the s6-linux-init dependencies:
  2. Install s6-linux-init itself
  3. Save your old /sbin/init binary
  4. @@ -37,7 +37,7 @@ a machine shutdown script in /etc/rc.shutdown. Make them executable.
  5. If, at shutdown time, you need to run a script before the supervision tree is torn down (for instance if you're using -s6-rc and want to +s6-rc and want to cleanly stop all your services), write that script in /etc/rc.tini.
  6. Check that your devtmpfs is automounted by your kernel at boot time. If it is not, diff --git a/doc/s6-halt.html b/doc/s6-halt.html index b6a326c..6f2a30e 100644 --- a/doc/s6-halt.html +++ b/doc/s6-halt.html @@ -6,14 +6,14 @@ s6-linux-init: the s6-halt program - +

    s6-linux-init
    -Software
    -skarnet.org +Software
    +skarnet.org

    The s6-halt program

    diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index 1960563..b7648ed 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -6,14 +6,14 @@ s6-linux-init: the s6-linux-init-maker program - +

    s6-linux-init
    -Software
    -skarnet.org +Software
    +skarnet.org

    The s6-linux-init-maker program

    @@ -24,7 +24,7 @@ the command line, and outputs a directory to place in the root filesystem. That directory contains a script suitable as an init program, as well as support file hierarchies to get a complete -s6 +s6 infrastructure running when the system is booted on that script.

    @@ -33,8 +33,8 @@ script. s6-linux-init-maker only writes scripts. At boot time, these scripts will call commands provided by other skarnet.org packages such as -execline or -s6. It is the +execline or +s6. It is the responsibility of the administrator to make sure that all the dependencies are properly installed at boot time, and that the correct options have been given to s6-linux-init-maker so that @@ -81,7 +81,7 @@ or its contents.
  7. declared as basedir. Be careful: it contains fifos, files with precise uid/gid permissions, and files with non-standard access rights, so be sure to copy it verbatim. The -s6-hiercopy +s6-hiercopy tool can do it, as well as the GNU or busybox cp -a or mv commands.

    @@ -102,9 +102,9 @@ also known as stage 1. and this is what happens: