- Timestamp:
- Jul 15, 2006, 9:20:45 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 73914cb
- Parents:
- be2691ee
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/askforhelp.xml
rbe2691ee rbc610664 48 48 <listitem> 49 49 <para>The value of the $CLFS_HOST, $CLFS_TARGET, $BUILD32, and $BUILD64 50 envi ornment variables.</para>50 environment variables.</para> 51 51 </listitem> 52 52 <listitem> … … 60 60 <listitem> 61 61 <para>Note whether you have deviated from the book at all. A package 62 change or even a minor change to any command is considered deviation.63 </para>62 version change or even a minor change to any command is considered 63 deviation.</para> 64 64 </listitem> 65 65 </itemizedlist> … … 80 80 <para>If something goes wrong while running the <command>configure</command> 81 81 script, review the <filename>config.log</filename> file. This file may 82 contain the errors you encountered <command>configure</command>. This file 83 logs errors that may have not been printed to the screen. Include only the 84 <emphasis>relevant</emphasis> lines if you need to ask for help.</para> 82 contain the errors you encountered during <command>configure</command>. 83 It often logs errors that may have not been printed to the screen. Include 84 only the <emphasis>relevant</emphasis> lines if you need to ask for 85 help.</para> 85 86 86 87 </sect2> -
BOOK/introduction/common/how.xml
rbe2691ee rbc610664 21 21 <para>As an alternative to installing an entire separate distribution 22 22 onto your machine, you may wish to use the Linux From Scratch LiveCD. 23 The CD works well as a host system, providing all the tools you need to 24 successfully follow the instructions in this book. Additionally, it 25 contains all the source packages, patches and a copy of this book. So 26 once you have the CD, no network connection or additional downloads are 27 necessary. For more information about the LFS LiveCD or to download a copy, 28 visit <ulink url="&livecd-root;"/></para> 23 This CD works well as a host system, providing all the tools you need to 24 successfully follow the instructions in this book. It does also 25 contain source packages and patches for the LFS book, and a copy of the LFS 26 book, but not the needed packages or book for CLFS. You can still use the 27 CD for building CLFS, but you will need to download the packages, patches 28 and book separately. You can also look at 29 <ulink url="&hints-root;lfscd-remastering-howto.txt"/> 30 for infomation on building your own CD, replacing the LFS packages and book 31 with those for CLFS. Once you have the CD, no network connection or 32 additional downloads are necessary. For more information about the LFS 33 LiveCD or to download a copy, visit <ulink url="&livecd-root;"/>.</para> 29 34 30 35 <para><xref linkend="chapter-partitioning"/> of this book describes how … … 48 53 compiler.</para> 49 54 50 <para>The process of building cross-compile tools first involves installing51 building all the necessary tools to create a build system for the target52 machine. With the Cross-Compiled tools we just created, we elminate any55 <para>The process of building cross-compile tools first involves building and 56 installing all the necessary tools to create a build system for the target 57 machine. With these cross-compiled tools, we eliminate any 53 58 dependencies on the toolchain from our host distro.</para> 54 59 … … 60 65 61 66 <para>In <xref linkend="chapter-building-system"/>, the full CLFS system is 62 built. Depending on the system you are cross-compiling for, either you will67 built. Depending on the system you are cross-compiling for, you will either 63 68 boot the minimal temp-system on the target machine, or chroot into it.</para> 64 69 -
BOOK/prologue/common/foreword.xml
rbe2691ee rbc610664 12 12 13 13 <para>The Linux From Scratch Project has seen many changes in the 14 few years of its exist ance. I personally became involved with the14 few years of its existence. I personally became involved with the 15 15 project in 1999, around the time of the 2.x releases. At that time, 16 16 the build process was to create static binaries with the host system, … … 29 29 processors, the x86-only LFS is no longer ideal. Throughout this time, 30 30 Ryan Oliver developed and documented a process by which you could 31 build Linux for any system and from any system ;by use of31 build Linux for any system and from any system, by use of 32 32 cross-compilation techniques. Thus, the Cross LFS project was born.</para> 33 33 -
BOOK/prologue/common/organization.xml
rbe2691ee rbc610664 69 69 have helped work on the CLFS project and website, and Appendices C 70 70 and D have information about package dependencies and the the 71 build order.</para> 71 build order. Some architectures may have additional appendices for 72 arch-specific issues.</para> 72 73 73 74 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.