From 45f7f5e186d8a1bcc88fe9f9794d3aa3333c83ab Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 23 Feb 2008 09:26:13 +0000 Subject: [PATCH] Update to current version. --- .../200802-bootsequence.html | 130 ++++++++++++++++-- .../200802-bootsequence/insserv-enable.png | Bin 0 -> 9234 bytes .../sid-base-boot-20080220.dot | 106 ++++++++++++++ .../sid-base-seqchanges.txt | 94 +++++++++++++ .../sid-base-shutdown-20080220.dot | 23 ++++ 5 files changed, 339 insertions(+), 14 deletions(-) create mode 100644 mypapers/200802-bootsequence/insserv-enable.png create mode 100644 mypapers/200802-bootsequence/sid-base-boot-20080220.dot create mode 100644 mypapers/200802-bootsequence/sid-base-seqchanges.txt create mode 100644 mypapers/200802-bootsequence/sid-base-shutdown-20080220.dot diff --git a/mypapers/200802-bootsequence/200802-bootsequence.html b/mypapers/200802-bootsequence/200802-bootsequence.html index 21e9e045bf..bdd8957556 100644 --- a/mypapers/200802-bootsequence/200802-bootsequence.html +++ b/mypapers/200802-bootsequence/200802-bootsequence.html @@ -6,6 +6,11 @@ + @@ -55,7 +60,11 @@ This talk is about how all of this can be done with Debian. - how does it work in debian - effect on the boot - insserv + - how to verify the boot sequence + - check script + - dependency graph using dotty - how to test it + - overriding included headers - speed change? - concurrency @@ -104,6 +113,9 @@ The very early boot is done before hard drive partitions is mounted.

+

Note that because the Linux kernel is becoming more and more event +based, the boot sequence is no longer sequencial.

+

SysV init in Debian - Switching runlevels