Changeset cc09e9f in clfs-sysroot for BOOK/introduction/common
- Timestamp:
- Jul 13, 2006, 12:45:36 PM (18 years ago)
- Branches:
- master
- Children:
- f536998
- Parents:
- ae07b0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/how.xml
rae07b0c rcc09e9f 12 12 13 13 <para>The CLFS system will be built by using a previously installed 14 Linux distribution (such as Debian, Mandrake, Red Hat, or SuSE ). This15 existing Linux system (the host) will be used as a starting point to14 Linux distribution (such as Debian, Mandrake, Red Hat, or SuSE, or Ubuntu). 15 This existing Linux system (the host) will be used as a starting point to 16 16 provide necessary programs, including a compiler, linker, and shell, 17 17 to build the new system. Select the <quote>development</quote> option … … 20 20 21 21 <para>As an alternative to installing an entire separate distribution 22 onto your machine, you may wish to 23 use the Linux From Scratch LiveCD. The CD works well as a host system,24 providing all the tools you need to successfully follow the instructions25 in this book. Additionally, it contains all the source packages, patches26 and a copy of this book. So once you have the CD, no network connection27 or additional downloads are necessary. For more information about the28 LFS LiveCD or to download a copy,visit <ulink url="&livecd-root;"/></para>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> 29 29 30 30 <para><xref linkend="chapter-partitioning"/> of this book describes how … … 52 52 53 53 <para>In <xref linkend="chapter-building-system"/>, the full CLFS system is 54 cross-compiled. The system is built using a sysroot. Sysroot is a parameter 55 passed to binutils and gcc that modifies its default search paths.</para> 54 cross-compiled. The system is built using a sysroot compiler. Sysroot is a 55 parameter passed to binutils and gcc that modifies its default search paths. 56 </para> 56 57 57 58 <para>To finish the installation, the CLFS-Bootscripts are set up in <xref 58 59 linkend="chapter-bootscripts"/>, and the kernel and boot loader are set 59 up in <xref linkend="chapter-bootable"/>. <xref 60 linkend="chapter-finalizing"/> contains information on furthering the 61 CLFS experience beyond this book. After the steps in this book have 62 been implemented, the computer will be ready to reboot into the new 63 CLFS system.</para> 64 <!-- --> 60 up in <xref linkend="chapter-bootable"/>. <xref linkend="chapter-finalizing"/> 61 contains information on furthering the CLFS experience beyond this book. 62 After the steps in this book have been implemented, the computer will be 63 ready to reboot into the new CLFS system.</para> 65 64 66 65 <para>This is the process in a nutshell. Detailed information on each
Note:
See TracChangeset
for help on using the changeset viewer.