Changeset 2078b85 in clfs-sysroot for BOOK/final-system/common/shadow.xml


Ignore:
Timestamp:
Nov 24, 2006, 12:18:43 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
1d53724
Parents:
4127a0b
Message:

Added a native compile of Shadow. The native utilities are configured to work with the target system. The password and group files can now be shadowed and the root password can be set before booting into the system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/shadow.xml

    r4127a0b r2078b85  
    158158    <para>To enable shadowed passwords, run the following command:</para>
    159159
    160 <screen role="nodump"><userinput>pwconv</userinput></screen>
     160<screen role="nodump"><userinput>${CLFS_TARGET}-pwconv</userinput></screen>
    161161
    162162    <para>To enable shadowed group passwords, run:</para>
    163163
    164 <screen role="nodump"><userinput>grpconv</userinput></screen>
     164<screen role="nodump"><userinput>${CLFS_TARGET}-grpconv</userinput></screen>
    165165
    166166    <para>To view or change the default settings for new user accounts that
     
    178178    class="username">root</systemitem> and set it by running:</para>
    179179
    180 <screen role="nodump"><userinput>passwd root</userinput></screen>
     180<screen role="nodump"><userinput>${CLFS_TARGET}-passwd root</userinput></screen>
    181181
    182182  </sect2>
Note: See TracChangeset for help on using the changeset viewer.