- Timestamp:
- May 17, 2006, 1:18:20 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0220731
- Parents:
- e97d7d3
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/cflags.xml
re97d7d3 ra8f30b25 11 11 <title>Build CFLAGS</title> 12 12 13 <para><envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> must not be set during the building of cross tools.</para> 13 <para><envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> must not be 14 set during the building of cross-tools.</para> 14 15 15 16 <para>To disable <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> -
BOOK/final-preps/addinguser.xml
re97d7d3 ra8f30b25 79 79 80 80 <para>Grant <systemitem class="username">lfs</systemitem> full access to 81 <filename class="directory">$LFS</filename>, 82 <filename class="directory">$LFS/cross-tools</filename>, 81 <filename class="directory">$LFS/cross-tools</filename> and 83 82 and <filename class="directory">$LFS/tools</filename> by making <systemitem 84 83 class="username">lfs</systemitem> the directorys' owner:</para> -
BOOK/materials/common/introduction.xml
re97d7d3 ra8f30b25 33 33 as the place to store the tarballs and patches and as a working 34 34 directory. By using this directory, the required elements will be 35 located on the LFS partition and will be available during all stages35 located on the CLFS partition and will be available during all stages 36 36 of the building process.</para> 37 37 -
BOOK/partitioning/common/creatingpartition.xml
re97d7d3 ra8f30b25 11 11 <title>Creating a New Partition</title> 12 12 13 <para os="a">Like most other operating systems, LFS is usually installed on14 a dedicated partition. The recommended approach to building a nLFS13 <para os="a">Like most other operating systems, CLFS is usually installed on 14 a dedicated partition. The recommended approach to building a CLFS 15 15 system is to use an available empty partition or, if you have enough 16 unpartitioned space, to create one. However, a nLFS system (in fact17 even multiple LFS systems) may also be installed on a partition already16 unpartitioned space, to create one. However, a CLFS system (in fact 17 even multiple CLFS systems) may also be installed on a partition already 18 18 occupied by another operating system and the different systems will 19 19 co-exist peacefully. The document <ulink … … 24 24 <para os="b">A minimal system requires a partition of around 1.3 gigabytes (GB). 25 25 This is enough to store all the source tarballs and compile the packages. 26 However, if the LFS system is intended to be the primary Linux system,26 However, if the CLFS system is intended to be the primary Linux system, 27 27 additional software will probably be installed which will require 28 28 additional space (2-3 GB). The LFS system itself will not take up this … … 49 49 <para os="e">Remember the designation of the new partition (e.g., 50 50 <filename class="devicefile">hda5</filename>). This book will refer to 51 this as the LFS partition. Also remember the designation of the swap51 this as the CLFS partition. Also remember the designation of the swap 52 52 partition. These names will be needed later for the 53 53 <filename>/etc/fstab</filename> file.</para> -
BOOK/partitioning/common/introduction.xml
re97d7d3 ra8f30b25 11 11 <title>Introduction</title> 12 12 13 <para>In this chapter, the partition which will host the LFS system is13 <para>In this chapter, the partition which will host the CLFS system is 14 14 prepared. We will create the partition itself, create a file system 15 15 on it, and mount it.</para> -
BOOK/partitioning/common/mounting.xml
re97d7d3 ra8f30b25 23 23 <screen><userinput>export LFS=/mnt/lfs</userinput></screen> 24 24 25 <para>Next, create the mount point and mount the LFS file system by25 <para>Next, create the mount point and mount the CLFS file system by 26 26 running:</para> 27 27 … … 30 30 31 31 <para>Replace <replaceable>[xxx]</replaceable> with the designation of 32 the LFS partition.</para>32 the CLFS partition.</para> 33 33 34 34 <para>If using multiple partitions for LFS (e.g., one for <filename … … 48 48 that are too restrictive (such as the nosuid, nodev, or noatime options). 49 49 Run the <command>mount</command> command without any parameters to see 50 what options are set for the mounted LFS partition. If50 what options are set for the mounted CLFS partition. If 51 51 <option>nosuid</option>, <option>nodev</option>, and/or 52 52 <option>noatime</option> are set, the partition will need to be
Note:
See TracChangeset
for help on using the changeset viewer.