- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/how.xml
r09e57725 rf708a50 12 12 13 13 <para>The CLFS system will be built by using a previously installed 14 Unix system or Linux distribution (such as Debian, Fedora, Mandriva,SUSE,14 Unix system or Linux distribution (such as Debian, Fedora, openSUSE, 15 15 or Ubuntu). This existing system (the host) will be used as a starting 16 16 point to provide necessary programs, including a compiler, linker, and shell, … … 48 48 49 49 <para>The process of building cross-compile tools first involves building and 50 installing all the necessary tools to create a build system for the target 50 installing all the necessary tools to create a build system for the target 51 51 machine. With these cross-compiled tools, we eliminate any 52 52 dependencies on the toolchain from our host distro.</para> 53 53 54 54 <para>After we build our <quote>Cross-Tools</quote>, we start building 55 a very minimal working system in /tools. This minimal system will be built 56 using the cross-toolchain in /cross-tools.</para> 55 a very minimal working system in 56 <filename class="directory">/tools</filename>. This minimal system will be 57 built using the cross-toolchain in 58 <filename class="directory">/cross-tools</filename>.</para> 57 59 58 60 <para>In <xref linkend="chapter-building-system"/>, the full CLFS system is … … 74 76 support the target machine. Booting involves installing a few 75 77 additional packages that are needed for bootup, installing 76 boot scripts, and building a miminal kernel.We also describe some77 alternative booting methods in <xref linkend="ch-boot-whatnext"/> </para>78 boot-scripts, and building a miminal kernel.<!-- We also describe some 79 alternative booting methods in <xref linkend="ch-boot-whatnext"/> --></para> 78 80 79 81 <para>To finish the installation, several configuration files are created in 80 <xref linkend="chapter- bootscripts"/>, and the kernel and boot loader are set82 <xref linkend="chapter-system-config"/>, and the kernel and boot loader are set 81 83 up in <xref linkend="chapter-bootable"/>. <xref linkend="chapter-finalizing"/> 82 84 contains information on furthering the CLFS experience beyond this book.
Note:
See TracChangeset
for help on using the changeset viewer.