Changeset 8038ff4 for chapter09


Ignore:
Timestamp:
12/22/2004 12:53:02 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
a52c8c2
Parents:
9de23af
Message:

Updated multi-arch brach to testing r4451.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4452 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/reboot.xml

    r9de23af r8038ff4  
    88<?dbhtml filename="reboot.html"?>
    99
    10 <para>Now that all of the software has been installed, it is time to
    11 reboot the computer. First exit from the chroot environment:</para>
     10<para>Now that all of the software has been installed, it is time to reboot
     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
     15environment, 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>
Note: See TracChangeset for help on using the changeset viewer.