Changeset f54e1f9 in clfs-embedded for BOOK/prologue/common
- Timestamp:
- Sep 22, 2012, 11:24:41 AM (12 years ago)
- Branches:
- master
- Children:
- 454737d
- Parents:
- e2ce5d5b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/prologue/common/organization.xml
re2ce5d5b rf54e1f9 25 25 26 26 <para>Part II describes how to prepare for the building 27 process —making a partition anddownloading the packages.</para>27 process including downloading the packages.</para> 28 28 29 29 </sect2> … … 33 33 34 34 <para>Part III shows you how to make a set of Cross-Compiler 35 36 35 tools. These tools can run on your host system but allow you to 36 build packages that will run on your target system.</para> 37 37 38 38 </sect2> 39 39 40 40 <sect2> 41 <title>Part IV - Building the Basic Tools</title>41 <title>Part IV - Building the CLFS System</title> 42 42 43 <para>Part IV explains how to build a tool chain designed 44 to operate on your target system. These are the tools 45 that will allow you to build a working system on your 46 target computer.</para> 43 <para>Part IV shows you how to build the core CLFS system. Compiling 44 and installing Buxybox and other required packages, making the system 45 bootable, setting up the bootscripts, and installing a bootloader.</para> 47 46 48 47 </sect2> 49 48 50 49 <sect2> 51 <title>Part V - B uilding the CLFS System</title>50 <title>Part V - Beyond CLFS Embedded</title> 52 51 53 <para>Part V guides the reader through the building of the CLFS 54 system—compiling and installing all the packages one by one, 55 setting up the boot scripts, and installing the kernel. The resulting 56 Linux system is the foundation on which other software can be built to 57 expand the system as desired. At the end of this book, there is an 58 easy to use reference listing all of the programs, libraries, and 59 important files that have been installed.</para> 52 <para>Part V provides instructions on optional packages that can be 53 installed to enhance your CLFS system.</para> 60 54 61 55 </sect2> … … 69 63 who have helped work on the CLFS project and website; Appendix C and 70 64 D have information about package dependencies and the the build 71 order. Some architectures may have additional appendices for 72 arch-specific issues.</para> 65 order; Appendix E provides the Open Publication License.</para> 73 66 74 67 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.