diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-08-19 13:15:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-08-19 13:15:40 +0000 |
commit | 244dddd0ada79388a27f33e73b173764c581fca1 (patch) | |
tree | 9534fd0cadc2418c57188647b73e4d69883f3443 /doc/upgrade.html | |
parent | 01b815a073101521e0b53cf4ce8fa9c81b5fc5d8 (diff) | |
download | s6-linux-init-244dddd0ada79388a27f33e73b173764c581fca1.tar.xz |
Add stage 4 hook support
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 98a1bc0..a1d1ab3 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,10 @@ <ul> <li> Ctrl-Alt-Del management is now activated by default, instead of requiring a sysctl setting in stage 2. </li> + <li> <a href="s6-linux-init-umountall.html">s6-linux-init-umountall</a> +now skips the first instance of <tt>/dev</tt>, <tt>/proc</tt> and <tt>sys</tt>. </li> + <li> stage 4 (after every process has been killed and the filesystems have +been unmounted) now calls a new user script, <tt>rc.shutdown.final</tt>. </ul> <h2> in 1.0.2.1 </h2> |