From 4ed7f7fb14bcceea29c68f22ef186a06e2af50f7 Mon Sep 17 00:00:00 2001
From: Petter Reinholdtsen
Date: Thu, 21 Feb 2008 22:19:36 +0000
Subject: [PATCH] More info.
---
.../200802-bootsequence.html | 25 ++++++++++---------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/mypapers/200802-bootsequence/200802-bootsequence.html b/mypapers/200802-bootsequence/200802-bootsequence.html
index 647f462aff..3091fb946d 100644
--- a/mypapers/200802-bootsequence/200802-bootsequence.html
+++ b/mypapers/200802-bootsequence/200802-bootsequence.html
@@ -229,32 +229,33 @@ is needed only by scripts starting services logging to syslog.
-- $local_fs
-
- all local file systems are mounted.
+
- $local_fs
+
- all local file systems are mounted. (In Debian, / and /var/ is available)
-
- $network
+
- $network
- basic networking support is available. Example: a server program
-could listen on a socket.
+could listen on a socket. (In Debian, network interfaces are up)
-
- $portmap
+
- $portmap
- daemons providing SunRPC/ONCRPC portmapping service as defined in
RFC 1833: Binding Protocols for ONC RPC Version 2 (if present) are
running.
-
- $remote_fs
-
- all remote file systems are available. In some configurations, file
-systems such as /usr may be remote. Many applications that require
-$local_fs will probably also require $remote_fs.
+
- $remote_fs
+
- all remote file systems are available. In some configurations,
+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)
-
- $time
+
- $time
- the system time has been set, for example by using a network-based
time program such as ntp or rdate, or via the hardware Real Time
Clock.
-
- $syslog
+
- $syslog
- system logger is operational.
-
- $named
+
- $named
- IP name-to-address translation, using the interfaces described in
this specification, are available to the level the system normally
provides them. Example: if a DNS query daemon normally provides this
--
2.47.2