Changeset 5a5a11a in clfs-embedded


Ignore:
Timestamp:
Apr 20, 2011, 4:46:01 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
4f1b771
Parents:
de6aa2e
Message:

Remove traces of normal (c)lfs from the-end/boot.xml

Got rid of all mentions of rebooting or building additional software
within the target as we don't reboot and we don't have development
tools in the target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/the-end/boot.xml

    rde6aa2e r5a5a11a  
    66]>
    77
    8 <sect1 id="ch-finish-reboot">
     8<sect1 id="ch-finish-boot">
    99  <?dbhtml filename="reboot.html"?>
    1010
    1111  <title>Booting the System</title>
    1212
    13   <para>The system you have created in this book is quite minimal, and most
    14   likely will not have the functionality you would need to be able to
    15   continue forward. By installing a few extra packages from the BLFS
    16   book while still in our current chroot environment, you can leave
    17   yourself in a much better position to continue on once you reboot
    18   into your new CLFS installation. Installing a text mode web browser,
    19   such as Lynx, you can easily view the BLFS book in one virtual terminal,
    20   while building packages in another. The GPM package will also allow you
    21   to perform copy/paste actions in your virtual terminals. Lastly, if you
    22   are in a situation where static IP configuration does not meet your
    23   networking requirements, installing packages such as Dhcpcd or PPP at
    24   this point might also be useful.</para>
     13  <para>Assuming the boot loader was set up properly,
     14  <emphasis>CLFS &version;</emphasis> will boot automatically when you power on
     15  the target.</para>
    2516
    26   <para>Now that we have said that, lets move on to booting our shiny
    27   new CLFS installation for the first time! Reboot the system with:</para>
    28 
    29 <screen><userinput>shutdown -r now</userinput></screen>
    30 
    31   <para>Assuming the boot loader was set up as outlined earlier,
    32   <emphasis>CLFS &version;</emphasis> will boot automatically.</para>
    33 
    34   <para>When the reboot is complete, the CLFS system is ready for use and
    35   more software may be added to suit your needs.</para>
     17  <para>When the boot is complete, the embedded CLFS system is ready for use!</para>
    3618
    3719</sect1>
Note: See TracChangeset for help on using the changeset viewer.