aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-23 22:09:27 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-23 22:09:27 +0000
commitf89de330228e5159bb2cda0c03b81f2b5b7e83aa (patch)
treeb3e93eac5579a0ae7d307939cd1487a925ecbbd3 /chapter09
parentb1575581743d136f81bb3c06aae38a6a556bef1f (diff)
Cleaning up the revision of chroot and reboot sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r--chapter09/reboot.xml35
1 files changed, 8 insertions, 27 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index 4ba8ba98f..d5ef9bf58 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -2,30 +2,12 @@
<title>Rebooting the system</title>
<?dbhtml filename="reboot.html" dir="chapter09"?>
-<para>Now that all of the software has been installed, it's time to exit the
-chroot environment and reboot the computer. Before we exit the chroot
-environment, let's unmount any mounted virtual file systems by running:</para>
+<para>Now that all of the software has been installed, it is time to reboot
+your computer. First exit from the chroot environment:</para>
-<screen><userinput>umount /proc
-umount /dev/pts</userinput></screen>
-
-<para>Exit the chroot environment:</para>
<screen><userinput>logout</userinput></screen>
-<para>Additionally, now that all software has been installed, there is no longer
-a need for the <filename class="directory">/tools</filename> directory. You may
-delete it. As this will also remove the temporary copies of Tcl, Expect and
-DejaGnu, which were used for running the toolchain tests, you will need to
-recompile and re-install them on your LFS system if you want to use these
-programs later.</para>
-
-<para>Also you may now want to move the contents of
-<filename class="directory">/sources</filename> to
-<filename class="directory">/usr/src/packages</filename> or something similar
-(or simply delete them if you've burned them on a CD) and delete the
-directory.</para>
-
-<para>Before we reboot, let's unmount the LFS partition itself:</para>
+<para>Then unmount the LFS file system:</para>
<screen><userinput>umount $LFS</userinput></screen>
@@ -36,15 +18,14 @@ unmount the other partitions before you unmount $LFS, like this:</para>
umount $LFS/home
umount $LFS</userinput></screen>
-<para>And now you can reboot your system by running something like:</para>
+<para>Now reboot your system with:</para>
-<screen><userinput>/sbin/shutdown -r now</userinput></screen>
+<screen><userinput>shutdown -r now</userinput></screen>
-<para>Assuming the Grub boot loader was set up as outlined earlier, the
-default menu should be set to boot <emphasis>LFS &milestone;</emphasis>
-automatically.</para>
+<para>Assuming the Grub boot loader was set up as outlined earlier, the menu
+is set to boot <emphasis>LFS &milestone;</emphasis> automatically.</para>
-<para>After you have rebooted, your LFS system is ready for use and you
+<para>When the reboot is complete, your LFS system is ready for use and you
can start adding your own software.</para>
</sect1>