From f46a2b623790eb65fd39531116b4488f1e512230 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 23 Feb 2008 16:34:36 +0000 Subject: [PATCH] More updates. --- mypapers/200802-bootsequence/200802-bootsequence.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mypapers/200802-bootsequence/200802-bootsequence.html b/mypapers/200802-bootsequence/200802-bootsequence.html index c09a17a4f6..6ef58068d8 100644 --- a/mypapers/200802-bootsequence/200802-bootsequence.html +++ b/mypapers/200802-bootsequence/200802-bootsequence.html @@ -273,12 +273,14 @@ success: Boot system successfully converted

update-rc.d requires scripts to be inserted in dependency order.

-

Incorrect dependencies give the wrong boot and shutdown order.

+

Incorrect dependencies give the wrong but predictable and stable +(as in the same all the time) boot and shutdown order.

It is possible to enable concurrent booting, running boot scripts in parallel (CONCURRENCY=startpar in /etc/default/rcS)

-

Might even speed up the boot and shutdown (initial benchmark show +

Might even speed up the boot and shutdown (initial benchmark show + speedup only by reordering based on dependencies)

Disabling dependency based boot sequencing

-- 2.47.2