Changeset 9c709944


Ignore:
Timestamp:
05/16/2004 08:36:20 AM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
Children:
6056746
Parents:
32ddf4a
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r32ddf4a r9c709944  
    7474</itemizedlist>
    7575</listitem>
     76
     77<listitem><para>May 16th, 2004 [jeremy]: Chapter 9 - Added a brief paragraph
     78to the rebooting system page to discuss packages which might be useful to
     79add prior to rebooting to the new system</para></listitem>
    7680
    7781<listitem><para>May 15th, 2004 [matt]: Chapter 6 - Added a clearer warning that
  • chapter09/reboot.xml

    r32ddf4a r9c709944  
    99
    1010<para>Now that all of the software has been installed, it is time to reboot
    11 your computer. First exit from the chroot environment:</para>
     11your computer. However, you should be aware of a few things.  The system you
     12have created in this book is quite minimal, and most likely will not have
     13the functionality you would need to be able to continue forward.  By installing
     14a few extra packages from the BLFS book while still in our current chroot
     15enviornment, you can leave yourself in a much better position to continue on
     16once you reboot into your new LFS installation.  Installing a text mode web
     17browser, such as Lynx, you can easily view the BLFS book in one virtual
     18terminal, while building packages in another.  The GPM package will also allow
     19you to perform copy/paste actions in your virtual terminals.  Lastly, if you
     20are in a situation where static IP configuration does not meet your networking
     21requirements, installing packages such as dhcpcd or ppp at this point might
     22also be useful.</para>
     23
     24
     25<para>Now that we have said that, lets move on to booting our shiny new LFS
     26installation for the first time! First exit from the chroot environment:</para>
    1227
    1328<screen><userinput>logout</userinput></screen>
  • general.ent

    r32ddf4a r9c709944  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "&milestone;-20040515">
    3 <!ENTITY releasedate "May 15th, 2004">
     2<!ENTITY version "&milestone;-20040516">
     3<!ENTITY releasedate "May 16, 2004">
    44<!ENTITY milestone "5.1">
    55
Note: See TracChangeset for help on using the changeset viewer.