Changeset 1ec69ac5 for chapter04


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:
chapter04
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter04/aboutlfs.xml

    re9f3e85 r1ec69ac5  
    1313Check that the <envar>LFS</envar> variable is set up properly with:</para>
    1414
    15 <screen><userinput>echo $LFS</userinput></screen>
     15<screen role="nodump"><userinput>echo $LFS</userinput></screen>
    1616
    1717<para>Make sure the output shows the path to the LFS partition's mount
     
    2020variable can be set with:</para>
    2121
    22 <screen><userinput>export LFS=/mnt/lfs</userinput></screen>
     22<screen role="nodump"><userinput>export LFS=/mnt/lfs</userinput></screen>
    2323
    2424<para>Having this variable set is beneficial in that commands such as
  • chapter04/addinguser.xml

    re9f3e85 r1ec69ac5  
    6363password), give <emphasis>lfs</emphasis> a password:</para>
    6464
    65 <screen><userinput>passwd lfs</userinput></screen>
     65<screen role="nodump"><userinput>passwd lfs</userinput></screen>
    6666
    6767<para>Grant <emphasis>lfs</emphasis> full access to
Note: See TracChangeset for help on using the changeset viewer.