aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09/reboot.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-16 01:02:39 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-16 01:02:39 +0000
commit821f799640e4769281103a44dcf963593230dbaf (patch)
treea1bb07b7d6439835a00994e3763d1ff4ccbe0001 /chapter09/reboot.xml
parent1fb160c30c52f09a10133eedf5d9b9bb24c122f6 (diff)
Chapter 9: Reworked final strip command. Relocated paragraphs about directory removal from Chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>