diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-14 13:15:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-14 13:15:36 +0000 |
commit | bcd0758e17995c98662cbcaf15eaa62d1fcc8356 (patch) | |
tree | 0603c56bc859dc67d0d3d5be92065fb2745c59f7 /doc/upgrade.html | |
parent | d1559c5f9c657543d9b2b4cc9ab6d5ea9d87fb52 (diff) | |
download | s6-linux-init-bcd0758e17995c98662cbcaf15eaa62d1fcc8356.tar.xz |
version: 1.0.0.0v1.0.0.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 02aaeea..7c27f49 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -25,6 +25,12 @@ <li> This is a complete rewrite and redesign of s6-linux-init: the <em>lifetime</em> version number has increased. No compatibility whatsoever is retained with previous versions. </li> + <li> When rebooting after upgrading from a 0.4.0.<em>x</em> version +of s6-linux-init to 1.0.0.0: the <tt>s6-reboot</tt> command, which +is needed for the 0.4.0.<em>x</em> shutdown procedure, may not be +accessible via PATH anymore. Make sure to have (a copy of) +<tt>s6-reboot</tt> available in your PATH; you can remove it after +rebooting on the new system. </li> </ul> <h2> in 0.4.0.1 </h2> |