Changeset 73b32c7 in clfs-embedded for BOOK/bootable


Ignore:
Timestamp:
Nov 13, 2006, 11:08:42 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
157e6cb
Parents:
5376ffe
Message:

Text updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/common/chowning.xml

    r5376ffe r73b32c7  
    1212
    1313  <para>Throughout the book, every package has been compiled and installed as
    14   the <systemitem class="username">lfs</systemitem> user. The final system
     14  the <systemitem class="username">clfs</systemitem> user. The final system
    1515  should be owned by <systemitem class="username">root</systemitem>.</para>
    1616
     
    2626
    2727  <para>Make <systemitem class="username">root</systemitem> the owner of the
    28   entire CLFS system.</para>
     28  entire CLFS system:</para>
    2929
    3030<screen><userinput>chown -Rv root:root ${CLFS}</userinput></screen>
    3131
    32   <para>The following files are not the be owned by
    33   <systemitem class="username">root</systemitem>.</para>
     32  <para>The following files are not to be owned by
     33  <systemitem class="username">root</systemitem>:</para>
    3434
    3535<screen><userinput>chgrp -v utmp ${CLFS}/var/run/utmp ${CLFS}/var/log/lastlog</userinput></screen>
    3636
    3737  <para>The following device nodes need to be created for the system to
    38   boot.</para>
     38  boot:</para>
    3939
    4040<screen><userinput>mknod -m 0666 ${CLFS}/dev/null c 1 3
Note: See TracChangeset for help on using the changeset viewer.