summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-05-14 13:15:36 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-05-14 13:15:36 +0000
commitbcd0758e17995c98662cbcaf15eaa62d1fcc8356 (patch)
tree0603c56bc859dc67d0d3d5be92065fb2745c59f7
parentd1559c5f9c657543d9b2b4cc9ab6d5ea9d87fb52 (diff)
downloads6-linux-init-bcd0758e17995c98662cbcaf15eaa62d1fcc8356.tar.xz
version: 1.0.0.0v1.0.0.0
-rw-r--r--INSTALL4
-rw-r--r--NEWS2
-rw-r--r--doc/index.html4
-rw-r--r--doc/upgrade.html6
4 files changed, 12 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index a64f220..e00dc07 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,9 +6,9 @@ Build Instructions
- A Linux-based system with a standard C development environment
- GNU make version 3.81 or later
- - skalibs version 2.8.0.0 or later: https://skarnet.org/software/skalibs/
+ - skalibs version 2.8.1.0 or later: https://skarnet.org/software/skalibs/
- execline version 2.5.1.0 or later: https://skarnet.org/software/execline/
- - s6 version 2.8.0.0 or later: https://skarnet.org/software/s6/
+ - s6 version 2.8.0.1 or later: https://skarnet.org/software/s6/
- Optional: nsss version 0.0.1.1 or later: https://skarnet.org/software/nsss/
- Optional: utmps version 0.0.2.0 or later: https://skarnet.org/software/utmps/
diff --git a/NEWS b/NEWS
index 846edab..547eebe 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ In 1.0.0.0
that are a drop-in replacement for a sysvinit installation, and
that respect the LSB-3.0.0 specification.
- utmp management, runlevel management.
+ - See doc/upgrade.html if rebooting from a system using a previous
+version of s6-linux-init.
In 0.4.0.1
diff --git a/doc/index.html b/doc/index.html
index 83464df..4cffd46 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -72,11 +72,11 @@ kernel command line </li>
<li> A Linux-based system with a standard C development environment </li>
<li> GNU make, version 3.81 or later </li>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
-2.8.0.1 or later </li>
+2.8.1.0 or later </li>
<li> <a href="//skarnet.org/software/execline/">execline</a> version
2.5.1.0 or later </li>
<li> <a href="//skarnet.org/software/s6/">s6</a> version
-2.8.0.0 or later </li>
+2.8.0.1 or later </li>
</ul>
<p>
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>