Changeset 1ec69ac5 for chapter02


Ignore:
Timestamp:
10/15/2005 05:22:01 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
5473c666
Parents:
e9f3e85
Message:

Added nodump attributes.

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

Location:
chapter02
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter02/creatingfilesystem.xml

    re9f3e85 r1ec69ac5  
    1919<para>To create an ext2 file system on the LFS partition, run the following:</para>
    2020
    21 <screen><userinput>mke2fs /dev/<replaceable>[xxx]</replaceable></userinput></screen>
     21<screen role="nodump"><userinput>mke2fs /dev/<replaceable>[xxx]</replaceable></userinput></screen>
    2222
    2323<para>Replace <replaceable>[xxx]</replaceable> with the name of the LFS
     
    3131uses custom enhancements, run the following command:</para>
    3232
    33 <screen><userinput>debugfs -R feature /dev/<replaceable>[xxx]</replaceable></userinput></screen>
     33<screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>[xxx]</replaceable></userinput></screen>
    3434
    3535<para>If the output contains features other than: dir_index; filetype;
     
    3939filesystem on your LFS partition:</para>
    4040
    41 <screen><userinput>cd /tmp
     41<screen role="nodump"><userinput>cd /tmp
    4242tar xjf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.bz2
    4343cd e2fsprogs-&e2fsprogs-version;
     
    5555no need to format it.</para>
    5656
    57 <screen><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen>
     57<screen role="nodump"><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen>
    5858
    5959<para>Replace <replaceable>[yyy]</replaceable> with the name of the swap
  • chapter02/mounting.xml

    re9f3e85 r1ec69ac5  
    1818environment variable by running:</para>
    1919
    20 <screen><userinput>export LFS=/mnt/lfs</userinput></screen>
     20<screen role="nodump"><userinput>export LFS=/mnt/lfs</userinput></screen>
    2121
    2222<para>Next, create the mount point and mount the LFS file system by
    2323running:</para>
    2424
    25 <screen><userinput>mkdir -p $LFS
     25<screen role="nodump"><userinput>mkdir -p $LFS
    2626mount /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen>
    2727
     
    3333class="directory">/usr</filename>), mount them using:</para>
    3434
    35 <screen><userinput>mkdir -p $LFS
     35<screen role="nodump"><userinput>mkdir -p $LFS
    3636mount /dev/<replaceable>[xxx]</replaceable> $LFS
    3737mkdir $LFS/usr
Note: See TracChangeset for help on using the changeset viewer.