diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-21 21:44:04 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-21 21:44:04 +0000 |
commit | bf58c1eecd0d36db9fd10fa7ff5ede75cf39ed2b (patch) | |
tree | 3c4304361394a16e4089a2ffe7ca7483b37f8cfd /chapter07/introduction.xml | |
parent | c65dd23ee4abde257bc9b4f25842cd36899589f1 (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.xml | 23 |
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 — halt</para></listitem> - <listitem><para>1 — Single user mode</para></listitem> - <listitem><para>2 — Multiuser, without networking</para></listitem> - <listitem><para>3 — Full multiuser mode</para></listitem> - <listitem><para>4 — User definable</para></listitem> - <listitem><para>5 — Full multiuser mode with display manager</para></listitem> - <listitem><para>6 — reboot</para></listitem> - </itemizedlist> +<literallayout> +0 — halt +1 — Single user mode +2 — Multiuser, without networking +3 — Full multiuser mode +4 — User definable +5 — Full multiuser mode with display manager +6 — 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> |