Skip to content
Snippets Groups Projects
Commit 4050ab55 authored by Sertonix's avatar Sertonix
Browse files

Replace \u2011 (Non-Breaking Hyphen) with \x2D (Hyphen-Minus) in links

The documentation uses non-ascii hyphens in some places. Some ended up
in links. Since the exact characters used in links matter this caused
links to be invalid.
parent 99b0eddd
No related branches found
No related tags found
1 merge request!1Replace \u2011 (Non-Breaking Hyphen) with \x2D (Hyphen-Minus) in links
......@@ -9,5 +9,5 @@ author: Eric Vidal <eric@obarun.org>
# 66-nuke
Exact copy of [s6-linux-init-nuke](https://skarnet.org/software/s6-linux-init/s6-linux-init-nuke.html). It was adapted to avoid the dependency on [s6‑linux‑init](https://skarnet.org/software/s6linuxinit) at `66` compile time. Refer to the [s6‑linux‑init](https://skarnet.org/software/s6linuxinit) documentation page for further details.
Exact copy of [s6-linux-init-nuke](https://skarnet.org/software/s6-linux-init/s6-linux-init-nuke.html). It was adapted to avoid the dependency on [s6‑linux‑init](https://skarnet.org/software/s6-linux-init) at `66` compile time. Refer to the [s6‑linux‑init](https://skarnet.org/software/s6-linux-init) documentation page for further details.
......@@ -419,7 +419,7 @@ Removes zombies from a *scandir* for the owner `owner`
## Boot specification
The **-b**, **-B**, **-c** and **-s** option are called by [66 boot](66-boot.html). **‑b** and **-B** will create `.s6‑svscan` control files (see [s6‑svscan](https://skarnet.org/software/s6/s6-svscan.html) interface documentation) specifically for stage1 (PID1 process). This special *scandir* is controlled by [66 halt](66-halt.html), [66 poweroff](66-poweroff.html) and [66 reboot](66-reboot.html) command. The [66-shutdownd](66shutdownd.html) daemon which controls the shutdown request will be created automatically at the correct location. Further this specific task needs to read the skeleton file `init.conf` containing the *live* directory location which is the purpose of the **‑s** option.
The **-b**, **-B**, **-c** and **-s** option are called by [66 boot](66-boot.html). **‑b** and **-B** will create `.s6‑svscan` control files (see [s6‑svscan](https://skarnet.org/software/s6/s6-svscan.html) interface documentation) specifically for stage1 (PID1 process). This special *scandir* is controlled by [66 halt](66-halt.html), [66 poweroff](66-poweroff.html) and [66 reboot](66-reboot.html) command. The [66-shutdownd](66-shutdownd.html) daemon which controls the shutdown request will be created automatically at the correct location. Further this specific task needs to read the skeleton file `init.conf` containing the *live* directory location which is the purpose of the **‑s** option.
The *live* directory for the boot process requires writable directories and an executable filesystem. In order to accommodate for read‑only root filesystems there needs to be a tmpfs mounted before [s6‑svscan](https://skarnet.org/software/s6/s6-svscan.html) can be run.
......
......@@ -9,4 +9,4 @@ author: Eric Vidal <eric@obarun.org>
# 66-umountall
Exact copy of [s6-linux-init-umountall](https://skarnet.org/software/s6-linux-init/s6-linux-init-umountall.html). It was adapted to avoid the dependency on [s6‑linux‑init](https://skarnet.org/software/s6linuxinit) at `66` compile time. Refer to the [s6‑linux‑init](https://skarnet.org/software/s6linuxinit) documentation page for further details.
Exact copy of [s6-linux-init-umountall](https://skarnet.org/software/s6-linux-init/s6-linux-init-umountall.html). It was adapted to avoid the dependency on [s6‑linux‑init](https://skarnet.org/software/s6-linux-init) at `66` compile time. Refer to the [s6‑linux‑init](https://skarnet.org/software/s6-linux-init) documentation page for further details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment