aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09/reboot.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-09 23:22:07 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-09 23:22:07 +0000
commit21ba4e3570c1c2524b0733d492ced9634b259353 (patch)
treef5124d2e6106d2e29e5b32f79b56a90defabdbd9 /chapter09/reboot.xml
parent1a7aecc6119f540e24a4e8da1b583a625b5690c1 (diff)
Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of <para><screen> with <screen> (and of course the matching closing tags).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09/reboot.xml')
-rw-r--r--chapter09/reboot.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index a4ab403b5..8dd765afb 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -6,20 +6,20 @@
the computer. Before we reboot, let's unmount $LFS/proc and the LFS
partition itself by running:</para>
-<para><screen><userinput>umount $LFS/proc
-umount $LFS</userinput></screen></para>
+<screen><userinput>umount $LFS/proc
+umount $LFS</userinput></screen>
<para>If you decided to create multiple partitions, you need to umount the
other partitions before you umount $LFS, like this:</para>
-<para><screen><userinput>umount $LFS/proc
+<screen><userinput>umount $LFS/proc
umount $LFS/usr
umount $LFS/home
-umount $LFS</userinput></screen></para>
+umount $LFS</userinput></screen>
<para>And you can reboot your system by running something like:</para>
-<para><screen><userinput>/sbin/shutdown -r now</userinput></screen></para>
+<screen><userinput>/sbin/shutdown -r now</userinput></screen>
<para>At the Grub menu make sure that you tell it to boot
<emphasis>lfs</emphasis> and not the default entry which will boot your