Changeset 9da6c48 in clfs-sysroot for BOOK/partitioning/common
- Timestamp:
- Jan 5, 2009, 12:03:54 AM (16 years ago)
- Branches:
- master
- Children:
- 76c3eca
- Parents:
- b8b5495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/partitioning/common/creatingpartition.xml
rb8b5495 r9da6c48 11 11 <title>Creating a New Partition</title> 12 12 13 <para os="a">Like most other operating systems, CLFS is usually installed on14 a dedicated partition. The recommended approach to building a CLFS13 <para os="a">Like most other operating systems, CLFS is usually installed 14 on 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 CLFS system (in fact 17 even multiple CLFS systems) may also be installed on a partition already 18 occupied by another operating system and the different systems will 19 co-exist peacefully. The document <ulink 20 url="&hints-root;lfs_next_to_existing_systems.txt"/> explains how to 21 implement this, whereas this book discusses the method of using a fresh 22 partition for the installation.</para> 16 unpartitioned space, to create one. However, if you're building for a different 17 architecture you can simply build everything in <quote>/mnt/clfs</quote> 18 and transfer it to your target machine.</para> 23 19 24 <para os="b">A minimal system requires a partition of around 1.3 gigabytes (GB). 25 This is enough to store all the source tarballs and compile the packages. 26 However, if the CLFS system is intended to be the primary Linux system, 27 additional software will probably be installed which will require 28 additional space (2-3 GB). The CLFS system itself will not take up this 29 much room. A large portion of this requirement is to provide sufficient 30 free temporary storage. Compiling packages can require a lot of disk space 31 which will be reclaimed after the package is installed.</para> 20 <para os="b">A minimal system requires around 2.5 gigabytes (GB). 21 This is enough to store all the source tarballs and compile the packages. The CLFS 22 system itself will not take up this much room. A large portion of this requirement 23 is to provide sufficient free temporary storage. Compiling packages can require a 24 lot of disk space which will be reclaimed after the package is installed. If the 25 CLFS system is intended to be the primary Linux system, additional software will 26 probably be installed which will require additional space (2-10 GB). </para> 32 27 33 28 <para os="c">Because there is not always enough Random Access Memory (RAM)
Note:
See TracChangeset
for help on using the changeset viewer.