Changeset 3466794 in clfs-embedded
- Timestamp:
- Nov 22, 2006, 8:50:31 PM (18 years ago)
- Branches:
- master
- Children:
- 8520e58
- Parents:
- e5ece2c
- Location:
- BOOK
- Files:
-
- 11 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/hostname.xml
re5ece2c r3466794 22 22 and enter a hostname by running:</para> 23 23 24 <screen><userinput>echo "<replaceable>[ lfs]</replaceable>" > ${CLFS}/etc/HOSTNAME</userinput></screen>24 <screen><userinput>echo "<replaceable>[clfs]</replaceable>" > ${CLFS}/etc/HOSTNAME</userinput></screen> 25 25 26 26 <para><replaceable>[lfs]</replaceable> needs to be replaced with the -
BOOK/cross-tools/mips-chapter.xml
re5ece2c r3466794 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/abi.xml"/> 16 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/variables.xml"/> 17 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/> -
BOOK/cross-tools/toolchain.xml
re5ece2c r3466794 14 14 and linkers:</para> 15 15 16 <screen><userinput>cat & lt;< "EOF" >> ~/.bashrc16 <screen><userinput>cat > ~/.bash_profile << "EOF" 17 17 <literal>export CC="${CLFS_TARGET}-gcc" 18 18 export CXX="${CLFS_TARGET}-g++" -
BOOK/cross-tools/x86-chapter.xml
re5ece2c r3466794 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/abi.xml"/> 16 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/variables.xml"/> 17 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-headers.xml"/> -
BOOK/final-system/mips-chapter.xml
re5ece2c r3466794 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/>17 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/> 18 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> -
BOOK/final-system/x86-chapter.xml
re5ece2c r3466794 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/>17 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/> 18 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> -
BOOK/general.ent
re5ece2c r3466794 27 27 <!ENTITY hints-index "&lfs-root;hints/list.html"> 28 28 <!ENTITY livecd-root "&lfs-root;livecd/"> 29 <!ENTITY test-results "&clfs-wiki;clfs/build-logs/&generic-version;/"> 30 <!ENTITY errata "&clfs-wiki;clfs/errata/&generic-version;/"> 29 <!ENTITY errata "&clfs-wiki;clfs-embedded/errata/&generic-version;/"> 31 30 32 31 <!ENTITY gnu "http://ftp.gnu.org/gnu/"> -
BOOK/introduction/common/acknowledgements.xml
re5ece2c r3466794 60 60 <para>Chris Staub - x86 builds. Leader of Quality Control.</para> 61 61 </listitem> 62 <listitem> 63 <para>Maarten Lankhorst - MIPS/WRT embedded builds.</para> 64 </listitem> 65 <listitem> 66 <para>Zack Winkles - Testing and Quality Control.</para> 67 </listitem> 62 68 </itemizedlist> 63 69 -
BOOK/introduction/common/askforhelp.xml
re5ece2c r3466794 37 37 <listitem> 38 38 <para>The version of the book being used (in this case 39 &version;)</para>39 CLFS Embedded &version;)</para> 40 40 </listitem> 41 41 <listitem> … … 47 47 </listitem> 48 48 <listitem> 49 <para>The value of the ${CLFS_HOST}, ${CLFS_TARGET}, ${BUILD32}, and ${BUILD64}49 <para>The value of the ${CLFS_HOST}, ${CLFS_TARGET}, and ${BUILD} 50 50 environment variables.</para> 51 51 </listitem> -
BOOK/partitioning/common/introduction.xml
re5ece2c r3466794 15 15 on it, and mount it.</para> 16 16 17 <para>In some circumstances based on the platform your building for this 18 step can be skipped.</para> 19 17 20 </sect1> -
BOOK/prologue/common/foreword.xml
re5ece2c r3466794 13 13 <para>The Linux From Scratch Project has seen many changes in the 14 14 few years of its existence. I personally became involved with the 15 project in 1999, around the time of the 2.x releases. At that time,15 project in 2000, around the time of the 3.x releases. At that time, 16 16 the build process was to create static binaries with the host system, 17 17 then chroot and build the final binaries on top of the static ones.</para> … … 33 33 born.</para> 34 34 35 <para>CLFS follows the same guiding principles the LFS project has35 <para>CLFS Embedded follows the same guiding principles the LFS project has 36 36 always followed, e.g., knowing your system inside and out by virtue 37 of having built the system yourself. Additionally, during a CLFS 37 of having built the system yourself. Additionally, during a CLFS Embedded 38 38 build, you will learn advanced techniques such as cross-build toolchains, 39 multilib support (32 & 64-bit libraries side-by-side), alternative40 architecturessuch as Sparc, MIPS, and Alpha, and much more.</para>39 and how to create a smaller footprint system support architectures 40 such as Sparc, MIPS, and Alpha, and much more.</para> 41 41 42 <para>We hope you enjoy building your own CLFS system, and the benefits42 <para>We hope you enjoy building your own CLFS Embedded system, and the benefits 43 43 that come from a system tailored to your needs.</para> 44 44 45 45 <literallayout>-- 46 Jim Gifford, CLFS Project Co-leader (Page Author) 46 47 Jeremy Utley, CLFS 1.x Release Manager (Page Author) 47 Jim Gifford, CLFS Project Co-leader48 48 Ryan Oliver, CLFS Project Co-leader 49 49 Joe Ciccone, Justin Knierim, Chris Staub, Matt Darcy, Ken Moffat, 50 Manuel Canales Esparcia, and Nathan Coulson - CLFS Developers</literallayout> 50 Maarten Lankhorst, Zack Winkles, Manuel Canales Esparcia, 51 and Nathan Coulson - CLFS Developers</literallayout> 51 52 52 53 </sect1> -
BOOK/the-end/theend.xml
re5ece2c r3466794 12 12 13 13 <indexterm zone="ch-finish-theend"> 14 <primary sortas="e-/etc/ lfs-release">/etc/lfs-release</primary>14 <primary sortas="e-/etc/clfs-release">/etc/clfs-release</primary> 15 15 </indexterm> 16 16 … … 24 24 Create this file by running:</para> 25 25 26 <screen><userinput>echo &version; > ${CLFS}/etc/clfs-release</userinput></screen>26 <screen><userinput>echo CLFS-Embedded&version; > ${CLFS}/etc/clfs-release</userinput></screen> 27 27 28 28 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.