Changeset aea730f in clfs-sysroot


Ignore:
Timestamp:
Nov 8, 2006, 1:37:05 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
196784d
Parents:
60dd711
Message:

Use uid:gid instead of user and group names when chowning the final system. As groups may not be the same between the host and group system.

File:
1 edited

Legend:

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

    r60dd711 raea730f  
    2828  entire CLFS system.</para>
    2929
    30 <screen><userinput>chown -Rv root:root ${CLFS}</userinput></screen>
     30<screen><userinput>chown -Rv 0:0 ${CLFS}</userinput></screen>
    3131
    3232  <para>The following files are not the be owned by
    3333  <systemitem class="username">root</systemitem>.</para>
    3434
    35 <screen><userinput>chgrp -v utmp ${CLFS}/var/run/utmp ${CLFS}/var/log/lastlog</userinput></screen>
     35<screen><userinput>chgrp -v 13 ${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
Note: See TracChangeset for help on using the changeset viewer.