Changeset 755f44a in clfs-sysroot for BOOK/partitioning
- Timestamp:
- Jul 9, 2006, 12:29:55 PM (18 years ago)
- Branches:
- master
- Children:
- 47c828c
- Parents:
- 83be687
- Location:
- BOOK/partitioning/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/partitioning/common/creatingfilesystem.xml
r83be687 r755f44a 20 20 21 21 <para os="b">To create an <systemitem class="filesystem">ext2</systemitem> file 22 system on the LFS partition, run the following:</para>22 system on the CLFS partition, run the following:</para> 23 23 24 24 <screen os="c"><userinput>mke2fs /dev/<replaceable>[xxx]</replaceable></userinput></screen> … … 43 43 enhancements. In that case, to avoid later problems, you should compile the 44 44 stock E2fsprogs package and use the resulting binaries to re-create the 45 filesystem on your LFS partition:</para>45 filesystem on your CLFS partition:</para> 46 46 47 47 <screen os="g"><userinput>cd /tmp -
BOOK/partitioning/common/creatingpartition.xml
r83be687 r755f44a 26 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 additional space (2-3 GB). The LFS system itself will not take up this28 additional space (2-3 GB). The CLFS system itself will not take up this 29 29 much room. A large portion of this requirement is to provide sufficient 30 30 free temporary storage. Compiling packages can require a lot of disk space … … 35 35 partition as swap space. This is used by the kernel to store seldom-used 36 36 data and leave more memory available for active processes. The swap 37 partition for an LFS system can be the same as the one used by the host37 partition for an CLFS system can be the same as the one used by the host 38 38 system, in which case it is not necessary to create another one.</para> 39 39 -
BOOK/partitioning/common/mounting.xml
r83be687 r755f44a 32 32 the CLFS partition.</para> 33 33 34 <para>If using multiple partitions for LFS (e.g., one for <filename34 <para>If using multiple partitions for CLFS (e.g., one for <filename 35 35 class="directory">/</filename> and another for <filename 36 36 class="directory">/usr</filename>), mount them using:</para>
Note:
See TracChangeset
for help on using the changeset viewer.