Changeset 0090db5 for chapter02


Ignore:
Timestamp:
04/14/2006 09:37:17 AM (18 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.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:
40f8bf2
Parents:
b55b3c4
Message:

Changed typography convections.

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

Location:
chapter02
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter02/creatingfilesystem.xml

    rb55b3c4 r0090db5  
    2222  system on the LFS partition, run the following:</para>
    2323
    24 <screen role="nodump"><userinput>mke2fs -v /dev/<replaceable>[xxx]</replaceable></userinput></screen>
     24<screen role="nodump"><userinput>mke2fs -v /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
    2525
    26   <para>Replace <replaceable>[xxx]</replaceable> with the name of the LFS
     26  <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the LFS
    2727  partition (<filename class="devicefile">hda5</filename> in our previous
    2828  example).</para>
     
    3636    uses custom enhancements, run the following command:</para>
    3737
    38 <screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>[xxx]</replaceable></userinput></screen>
     38<screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
    3939
    4040    <para>If the output contains features other than: <option>dir_index</option>;
     
    5252../configure
    5353make #note that we intentionally don't 'make install' here!
    54 ./misc/mke2fs -v /dev/<replaceable>[xxx]</replaceable>
     54./misc/mke2fs -v /dev/<replaceable>&lt;xxx&gt;</replaceable>
    5555cd /tmp
    5656rm -rfv e2fsprogs-&e2fsprogs-version;</userinput></screen>
     
    6262  partition, there is no need to format it.</para>
    6363
    64 <screen role="nodump"><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen>
     64<screen role="nodump"><userinput>mkswap /dev/<replaceable>&lt;yyy&gt;</replaceable></userinput></screen>
    6565
    66   <para>Replace <replaceable>[yyy]</replaceable> with the name of the
     66  <para>Replace <replaceable>&lt;yyy&gt;</replaceable> with the name of the
    6767  <systemitem class="filesystem">swap</systemitem> partition.</para>
    6868
  • chapter02/mounting.xml

    rb55b3c4 r0090db5  
    2727
    2828<screen role="nodump"><userinput>mkdir -pv $LFS
    29 mount -v /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen>
     29mount -v /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS</userinput></screen>
    3030
    31   <para>Replace <replaceable>[xxx]</replaceable> with the designation of the LFS
     31  <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the designation of the LFS
    3232  partition.</para>
    3333
     
    3737
    3838<screen role="nodump"><userinput>mkdir -pv $LFS
    39 mount -v /dev/<replaceable>[xxx]</replaceable> $LFS
     39mount -v /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS
    4040mkdir -v $LFS/usr
    41 mount -v /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen>
     41mount -v /dev/<replaceable>&lt;yyy&gt;</replaceable> $LFS/usr</userinput></screen>
    4242
    43   <para>Replace <replaceable>[xxx]</replaceable> and
    44   <replaceable>[yyy]</replaceable> with the appropriate partition
     43  <para>Replace <replaceable>&lt;xxx&gt;</replaceable> and
     44  <replaceable>&lt;yyy&gt;</replaceable> with the appropriate partition
    4545  names.</para>
    4646
Note: See TracChangeset for help on using the changeset viewer.