]> pere.pagekite.me Git - homepage.git/blobdiff - mypapers/200802-bootsequence/200802-bootsequence.html
More updates.
[homepage.git] / mypapers / 200802-bootsequence / 200802-bootsequence.html
index c09a17a4f69180876f784e24b1672fdaf789936d..6ef58068d885ad74b45c3c9676532957993d7fba 100644 (file)
@@ -273,12 +273,14 @@ success: Boot system successfully converted
 
 <p>update-rc.d requires scripts to be inserted in dependency order.</p>
 
-<p>Incorrect dependencies give the wrong boot and shutdown order.</p>
+<p>Incorrect dependencies give the wrong but predictable and stable
+(as in the same all the time) boot and shutdown order.</p>
 
 <p>It is possible to enable concurrent booting, running boot scripts
   in parallel (CONCURRENCY=startpar in /etc/default/rcS)</p>
 
-<p>Might even speed up the boot and shutdown (initial benchmark show 
+<p>Might even speed up the boot and shutdown (initial benchmark show
+  speedup only by reordering based on dependencies)</p>
 
 <h2>Disabling dependency based boot sequencing</h2>