aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09/reboot.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter09/reboot.xml')
-rw-r--r--chapter09/reboot.xml19
1 files changed, 16 insertions, 3 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index 4b46dd6d6..9c8fcbf8e 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -12,6 +12,19 @@ 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>
<screen><userinput>umount $LFS</userinput></screen>
@@ -27,9 +40,9 @@ umount $LFS</userinput></screen>
<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
-host system again.</para>
+<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>After you have rebooted, your LFS system is ready for use and you
can start adding your own software.</para>