]> pere.pagekite.me Git - homepage.git/blobdiff - mypapers/200802-bootsequence/200802-bootsequence.html
Updates.
[homepage.git] / mypapers / 200802-bootsequence / 200802-bootsequence.html
index 5dc5b9ddf113a637b4cf043fa30de1b126f02fc6..abd98563ebde363c5664bdd5125caeeb682f5bfa 100644 (file)
@@ -55,9 +55,9 @@ This talk is about how all of this can be done with Debian.
 <li>Quick overview of the SysV init boot system
 <li>The problem with ordering
 <li>Using LSB init.d script dependencies to solve it.
-<li>Status of dependency based boot sequencing in Debian.
+<li>Status of dependency based boot sequencing.
 <li>How to write LSB headers.
-<li>What is left to do in Debian.
+<li>What is left to do.
 </ul>
 
 <!--
@@ -338,7 +338,7 @@ is the header for you:</p>
 <p>$remote_fs is needed by all scripts using files in /usr/.  $syslog
 is needed only by scripts starting services logging to syslog.</p>
 
-<h2>Virtual facilities</h2>
+<h2>Virtual facilities (I)</h2>
 
 <p>Linux Software Base version 3.2 defines these virtual
 facilities:</p>
@@ -362,6 +362,11 @@ running.
 file systems such as /usr may be remote. Many applications that
 require $local_fs will probably also require $remote_fs. (In Debian,
 /usr/ and NFS directories are guaranteed to be mounted)
+</dl>
+
+<h2>Virtual facilities (II)</h2>
+
+<dl>
 
 <dt>$time
 <dd>the system time has been set, for example by using a network-based
@@ -404,15 +409,12 @@ XXX More
 <img alt="LSB header progress graph" src="lsb-header-progress.png" width="50%" align="right">
 
 <p>Release goal for Debian Lenny.
-
-<p>Packages with LSB headers (in Sid): 662 of 866 (76%)
-<br>Unsolved BTS reports: around 85
-<br>Packages without BTS reports: around 150
+<br>76% of packages got LSB headers
+<br>Unsolved in BTS: ~85
+<br>Without BTS reports: ~150
 <br>Last package will be fixed 2008-06-13 at the current rate.
-
-<p>Needs better documentation
-
-<p>Should update Debian policy to reflect dependency based boot
+<br>Needs better documentation for maintainers.
+<br>Should update Debian policy to reflect dependency based boot
   sequencing.
 
 <p>Two insserv bugs left to fix:
@@ -424,8 +426,8 @@ XXX More
 <h2>Tracking status</h2>
 
 <p>The current status is tracked in the svn repository for insserv.  Run
-<br><tt>debian/rules missing-overrides</tt> or
-<br><tt>debian/rules missing-by-popcon</tt>
+<br><tt><a href="status-overrides.txt">debian/rules missing-overrides</a></tt> or
+<br><tt><a href="status-popcon.txt">debian/rules missing-by-popcon</a></tt>
 <br>in the source directory to see the current status.
 
 <p>See also wiki pages with documentation and status: