Changeset 3322dab in clfs-sysroot


Ignore:
Timestamp:
Jun 5, 2006, 2:55:10 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
3e336a7
Parents:
59fb197
Message:

r3818@server (orig r1720): jciccone | 2006-06-05 14:19:47 -0700
text updates

Location:
BOOK
Files:
2 edited

Legend:

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

    r59fb197 r3322dab  
    2525  </important>
    2626
    27   <para>First, Change the <systemitem class="username">user</systemitem>:
    28   <systemitem class="group">group</systemitem> on the entire lfs system.</para>
     27  <para>Make <systemitem class="username">root</systemitem> the owner of the
     28  entire lfs system.</para>
    2929
    3030<screen><userinput>chown -Rv root:root ${LFS}</userinput></screen>
    3131
    32   <para>The following files require a <systemitem class="username">user</systemitem>
    33   :<systemitem class="group">group</systemitem> combination other then
    34   <systemitem class="username">root</systemitem>:<systemitem class="group">root
    35   </systemitem>.</para>
     32  <para>The following files are not the be owned by
     33  <systemitem class="username">root</systemitem>.</para>
    3634
    3735<screen><userinput>chgrp -v utmp ${LFS}/var/run/utmp ${LFS}/var/log/lastlog</userinput></screen>
  • BOOK/final-system/common/iproute2.xml

    r59fb197 r3322dab  
    2626    <title>Installation of IPRoute2</title>
    2727
    28     <para os="s1">The following command prevents install trying to strip the binaries</para>
     28    <para os="s1">The following command prevents install from trying to strip the binaries</para>
    2929
    3030<screen os="s2"><userinput>for dir in ip misc tc; do
Note: See TracChangeset for help on using the changeset viewer.