Changeset 0220731 for BOOK/temp-system
- Timestamp:
- May 17, 2006, 1:18:45 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 766ee22
- Parents:
- a8f30b25
- Location:
- BOOK/temp-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/introduction.xml
ra8f30b25 r0220731 13 13 <para>This chapter shows how to compile and install a minimal Linux 14 14 system. This system will contain just enough tools to start 15 constructing the final LFS system in <xref15 constructing the final CLFS system in <xref 16 16 linkend="chapter-building-system"/> and allow a working environment 17 17 with more user convenience than a minimum environment would.</para> 18 18 19 <para>The tools in this chapter are cross-compiled using the toolchain in /cross-tools. The files compiled in this chapter will be installed under the 19 <para>The tools in this chapter are cross-compiled using the toolchain in 20 /cross-tools and will be installed under the 20 21 <filename class="directory">$LFS/tools</filename> directory to keep 21 22 them separate from the files installed in <xref 22 23 linkend="chapter-building-system"/> and the host production directories. 23 24 Since the packages compiled here are temporary, we do not want them to 24 pollute the soon-to-be LFS system.</para>25 pollute the soon-to-be CLFS system.</para> 25 26 26 27 <para>Check one last time that the <envar>LFS</envar> environment … … 29 30 <screen><userinput>echo $LFS</userinput></screen> 30 31 31 <para>Make sure the output shows the path to the LFS partition's mount32 <para>Make sure the output shows the path to the CLFS partition's mount 32 33 point, which is <filename class="directory">/mnt/lfs</filename>, using 33 34 our example.</para> -
BOOK/temp-system/common/variables.xml
ra8f30b25 r0220731 11 11 <title>Build Variables</title> 12 12 13 <para>Setup target 13 <para>Setup target-specific variables for the compiler 14 14 and linkers:</para> 15 15
Note:
See TracChangeset
for help on using the changeset viewer.