aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09/reboot.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-12-19 19:08:13 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-12-19 19:08:13 +0000
commit1422130085ebfa2674217107518bd12a8895bd00 (patch)
tree9929b41c17649ed8f44d2958d212f19adda6d420 /chapter09/reboot.xml
parent87899e5354cf50414a44c5fb36317e4f6a0fe99b (diff)
Dropped/updated the text in unstable - Chapter01, 02 and 09.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4423 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09/reboot.xml')
-rw-r--r--chapter09/reboot.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index 96969a9d4..018b13f8f 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -7,8 +7,8 @@
<title>Rebooting the system</title>
<?dbhtml filename="reboot.html"?>
-<para>Now that all of the software has been installed, it is time to reboot
-your computer. First exit from the chroot environment:</para>
+<para>Now that all of the software has been installed, it is time to
+reboot the computer. First exit from the chroot environment:</para>
<screen><userinput>logout</userinput></screen>
@@ -20,25 +20,25 @@ umount $LFS/dev
umount $LFS/proc
umount $LFS/sys</userinput></screen>
-<para>And unmount the LFS file system:</para>
+<para>Unmount the LFS file system itself:</para>
<screen><userinput>umount $LFS</userinput></screen>
-<para>If at the start you decided to create multiple partitions, you'll need to
-unmount the other partitions before unmounting the main one, like this:</para>
+<para>If multiple partitions were created, unmount the other
+partitions before unmounting the main one, like this:</para>
<screen><userinput>umount $LFS/usr
umount $LFS/home
umount $LFS</userinput></screen>
-<para>Now reboot your system with:</para>
+<para>Now, reboot the system with:</para>
<screen><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 &milestone;</emphasis> automatically.</para>
+is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
-<para>When the reboot is complete, your LFS system is ready for use and you
-can start adding your own software.</para>
+<para>When the reboot is complete, the LFS system is ready for use and
+software can be added.</para>
</sect1>