From bf58c1eecd0d36db9fd10fa7ff5ede75cf39ed2b Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 21 Apr 2014 21:44:04 +0000 Subject: Rewrite and reorganize Chapter 7. Update systemd customization. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10542 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/introduction.xml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'chapter07/introduction.xml') 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 @@ /etc/inittab file and is organized into run levels that can be run by the user: - - 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 - + +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 + The usual default run level is 3 or 5. @@ -207,6 +207,11 @@ EOF chmod 0744 /usr/sbin/set-sysv + 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. + + Now set the desired boot system. The default is System V: /usr/sbin/set-sysv -- cgit v1.2.3-54-g00ecf