aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/introduction.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-21 21:44:04 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-21 21:44:04 +0000
commitbf58c1eecd0d36db9fd10fa7ff5ede75cf39ed2b (patch)
tree3c4304361394a16e4089a2ffe7ca7483b37f8cfd /chapter07/introduction.xml
parentc65dd23ee4abde257bc9b4f25842cd36899589f1 (diff)
Rewrite and reorganize Chapter 7.
Update systemd customization. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10542 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/introduction.xml')
-rw-r--r--chapter07/introduction.xml23
1 files changed, 14 insertions, 9 deletions
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml
index 27c5dbba4..243bad3b9 100644
--- a/chapter07/introduction.xml
+++ b/chapter07/introduction.xml
@@ -39,15 +39,15 @@
<filename>/etc/inittab</filename> file and is organized into run levels that
can be run by the user:</para>
- <itemizedlist>
- <listitem><para>0 &mdash; halt</para></listitem>
- <listitem><para>1 &mdash; Single user mode</para></listitem>
- <listitem><para>2 &mdash; Multiuser, without networking</para></listitem>
- <listitem><para>3 &mdash; Full multiuser mode</para></listitem>
- <listitem><para>4 &mdash; User definable</para></listitem>
- <listitem><para>5 &mdash; Full multiuser mode with display manager</para></listitem>
- <listitem><para>6 &mdash; reboot</para></listitem>
- </itemizedlist>
+<literallayout>
+0 &mdash; halt
+1 &mdash; Single user mode
+2 &mdash; Multiuser, without networking
+3 &mdash; Full multiuser mode
+4 &mdash; User definable
+5 &mdash; Full multiuser mode with display manager
+6 &mdash; reboot
+</literallayout>
<para>The usual default run level is 3 or 5.</para>
@@ -207,6 +207,11 @@ EOF
chmod 0744 /usr/sbin/set-sysv</userinput></screen>
+ <note><para>The comment about the correct command to reboot in the
+ above scripts is correct. The reboot command for the current boot
+ system must be used after the script changes the default reboot command.
+ </para></note>
+
<para>Now set the desired boot system. The default is System V:</para>
<screen><userinput remap="install">/usr/sbin/set-sysv</userinput></screen>