Changeset 7ac303bc
- Timestamp:
- May 23, 2014, 12:18:19 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- b979ae0e
- Parents:
- 21f0998
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/partitioning/common/creatingpartition.xml
r21f0998 r7ac303bc 14 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, 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> 16 unpartitioned space, to create one. However, if you're building for a 17 different architecture you can simply build everything in 18 <quote>/mnt/clfs</quote> (or whatever directory you want to use) and 19 transfer it to your target machine.</para> 19 20 20 21 <para os="b">A minimal system requires around 6 gigabytes (GB). … … 36 37 or <command>fdisk</command> with a command line option naming the hard 37 38 disk on which the new partition will be created—for example 38 <filename class="devicefile">/dev/ hda</filename> for the primary39 <filename class="devicefile">/dev/sda</filename> for the primary 39 40 Integrated Drive Electronics (IDE) disk. Create a Linux native partition 40 41 and a swap partition, if needed. Please refer to … … 43 44 44 45 <para os="e">Remember the designation of the new partition (e.g., 45 <filename class="devicefile"> hda5</filename>). This book will refer to46 <filename class="devicefile">sda5</filename>). This book will refer to 46 47 this as the CLFS partition. Also remember the designation of the swap 47 48 partition. These names will be needed later for the
Note:
See TracChangeset
for help on using the changeset viewer.