Changeset 1422130 for chapter02


Ignore:
Timestamp:
12/19/2004 07:08:13 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
86ca6e7
Parents:
87899e5
Message:

Dropped/updated the text in unstable - Chapter01, 02 and 09.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4423 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter02
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter02/creatingfilesystem.xml

    r87899e5 r1422130  
    88<?dbhtml filename="creatingfilesystem.html"?>
    99
     10<para>See testing</para>
     11
     12<!--
    1013<para>Now that we have a blank partition, we can create a file system on it.
    1114Most widely used in the Linux world is the second extended file system (ext2),
     
    3033<para>Replace <replaceable>[yyy]</replaceable> with the name of the swap
    3134partition.</para>
     35-->
    3236
    3337</sect1>
  • chapter02/creatingpartition.xml

    r87899e5 r1422130  
    88<?dbhtml filename="creatingpartition.html"?>
    99
     10<para>See testing</para>
     11
     12<!--
    1013<para>In order to build our new Linux system, we will need some space:
    1114an empty disk partition. If you don't have a free partition, and no room
     
    2326
    2427<para>As we almost never have enough RAM in our box, it is a good idea to
    25 use a small disk partition as swap space -- this space is used by the kernel
     28use a small disk partition as swap space - this space is used by the kernel
    2629to store seldom-used data to make room in memory for more urgent stuff.
    2730The swap partition for your LFS system can be the same one as for your host
     
    3134<para>Start a disk partitioning program such as <command>cfdisk</command>
    3235or <command>fdisk</command> with an argument naming the hard disk upon
    33 which the new partition must be created -- for example
     36which the new partition must be created - for example
    3437<filename>/dev/hda</filename> for the primary IDE disk. Create a Linux native
    3538partition and a swap partition, if needed. Please refer to the man pages of
     
    3740know how to use the programs.</para>
    3841
    39 <para>Remember the designation of your new partition -- something like
     42<para>Remember the designation of your new partition - something like
    4043<filename>hda5</filename>. This book will refer to it as the LFS partition.
    4144If you (now) also have a swap partition, remember its designation too. These
    4245names will later be needed for the <filename>/etc/fstab</filename> file.</para>
     46-->
    4347
    4448</sect1>
  • chapter02/introduction.xml

    r87899e5 r1422130  
    88<?dbhtml filename="introduction.html"?>
    99
     10<para>See testing</para>
     11
     12<!--
    1013<para>In this chapter the partition which will host the LFS system is
    1114prepared. We will create the partition itself, make a file system on it,
    1215and mount it.</para>
     16-->
    1317
    1418</sect1>
  • chapter02/mounting.xml

    r87899e5 r1422130  
    88<?dbhtml filename="mounting.html"?>
    99
     10<para>See testing</para>
     11
     12<!--
    1013<para>Now that we've created a file system, we want to be able to access
    1114the partition. For that, we need to mount it, and have to choose a mount
     
    4750<para>Now that we've made ourselves a place to work in, we're ready to download
    4851the packages.</para>
     52-->
    4953
    5054</sect1>
Note: See TracChangeset for help on using the changeset viewer.