diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-18 16:57:53 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-18 16:57:53 -0500 |
commit | 6d60bfc16fbb95a775869900005a8800a6c03f2b (patch) | |
tree | b346940c1a125f07b301509f59b7ff0eebd42024 /chapter11/reboot.xml | |
parent | cdc605303bd7317c6755da68150149e67a853383 (diff) |
Chapter 11 text updates.
Diffstat (limited to 'chapter11/reboot.xml')
-rw-r--r-- | chapter11/reboot.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml index 70979a191..5eee6ca5b 100644 --- a/chapter11/reboot.xml +++ b/chapter11/reboot.xml @@ -77,7 +77,7 @@ <listitem> <para> - Finally, a review of the following configuration files + A review of the following configuration files is also appropriate at this point. </para> @@ -122,9 +122,9 @@ umount -v $LFS</userinput></screen> <screen role="nodump"><userinput>umount -v $LFS</userinput></screen> - <para>Now, reboot the system with:</para> + <para>Now, reboot the system.</para> -<screen role="nodump"><userinput>shutdown -r now</userinput></screen> +<!--<screen role="nodump"><userinput>shutdown -r now</userinput></screen>--> <para>Assuming the GRUB boot loader was set up as outlined earlier, the menu is set to boot <emphasis>LFS &version;</emphasis> automatically.</para> |