aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-05-16 08:36:20 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-05-16 08:36:20 +0000
commit9c70994429ec949f5807d36aa3cc3ddf1ec96bd8 (patch)
tree79e3692afd8e347233dc56fa2fe8e71173687a86
parent32ddf4a0da79b0962b8482433f5224ec2be7e30b (diff)
Closed the final bug for 5.1 release - Release tomorrow am
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter09/reboot.xml17
-rw-r--r--general.ent4
3 files changed, 22 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 3f4e017e9..168b08fc9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -74,6 +74,10 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>May 16th, 2004 [jeremy]: Chapter 9 - Added a brief paragraph
+to the rebooting system page to discuss packages which might be useful to
+add prior to rebooting to the new system</para></listitem>
+
<listitem><para>May 15th, 2004 [matt]: Chapter 6 - Added a clearer warning that
make_devices needs to be customised</para></listitem>
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index 6607a71e3..822822974 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -8,7 +8,22 @@
<?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>
+your computer. However, you should be aware of a few things. The system you
+have created in this book is quite minimal, and most likely will not have
+the functionality you would need to be able to continue forward. By installing
+a few extra packages from the BLFS book while still in our current chroot
+enviornment, you can leave yourself in a much better position to continue on
+once you reboot into your new LFS installation. Installing a text mode web
+browser, such as Lynx, you can easily view the BLFS book in one virtual
+terminal, while building packages in another. The GPM package will also allow
+you to perform copy/paste actions in your virtual terminals. Lastly, if you
+are in a situation where static IP configuration does not meet your networking
+requirements, installing packages such as dhcpcd or ppp at this point might
+also be useful.</para>
+
+
+<para>Now that we have said that, lets move on to booting our shiny new LFS
+installation for the first time! First exit from the chroot environment:</para>
<screen><userinput>logout</userinput></screen>
diff --git a/general.ent b/general.ent
index 8ba481ead..e2555d6bf 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "&milestone;-20040515">
-<!ENTITY releasedate "May 15th, 2004">
+<!ENTITY version "&milestone;-20040516">
+<!ENTITY releasedate "May 16, 2004">
<!ENTITY milestone "5.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">