diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-05-11 05:56:30 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-05-11 05:56:30 +0200 |
commit | 59d5489ff8e54b251cf1bbc8ceb5dd18bb809278 (patch) | |
tree | b43c8253986dcaa6eab525b2e04e3667b7cc7e2b | |
parent | 1b491eb061f195bdd61a8778196f3b9bbc66863d (diff) |
Make clear that run-level definitions are for LFS
-rw-r--r-- | chapter09/introduction.xml | 2 | ||||
-rw-r--r-- | chapter09/usage.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter09/introduction.xml b/chapter09/introduction.xml index d2a0c7435..da5ffe67c 100644 --- a/chapter09/introduction.xml +++ b/chapter09/introduction.xml @@ -31,7 +31,7 @@ <para>The <command>init</command> program is controlled by the <filename>/etc/inittab</filename> file and is organized into run levels that - can be run by the user:</para> + can be run by the user. In LFS, they are used as follows:</para> <literallayout>0 — halt 1 — Single user mode diff --git a/chapter09/usage.xml b/chapter09/usage.xml index a1c098cae..2c6529e14 100644 --- a/chapter09/usage.xml +++ b/chapter09/usage.xml @@ -31,7 +31,7 @@ generally not used. See <filename>init(8)</filename> for more details), and each one of those corresponds to the actions the computer is supposed to perform when it starts up. The default run-level is 3. Here are the - descriptions of the different run-levels as they are implemented:</para> + descriptions of the different run-levels as they are implemented in LFS:</para> <literallayout>0: halt the computer 1: single-user mode |