Changeset 2078b85 in clfs-sysroot


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.

Location:
BOOK
Files:
1 added
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm-chapter.xml

    r4127a0b r2078b85  
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/shadow.xml"/>
    2526
    2627</chapter>
  • BOOK/cross-tools/common/file.xml

    r4127a0b r2078b85  
    99  <?dbhtml filename="file.html"?>
    1010
    11   <title>File-&file-version;</title>
     11  <title>File-&file-version; - Native</title>
    1212
    1313  <sect2 role="installation">
  • BOOK/cross-tools/common/groff.xml

    r4127a0b r2078b85  
    99  <?dbhtml filename="groff.html"?>
    1010
    11   <title>Groff-&groff-version;</title>
     11  <title>Groff-&groff-version; - Native</title>
    1212
    1313  <sect2 role="installation">
  • BOOK/cross-tools/x86-chapter.xml

    r4127a0b r2078b85  
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/shadow.xml"/>
    2526
    2627</chapter>
  • 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>
  • BOOK/introduction/common/changelog.xml

    r4127a0b r2078b85  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>November 24, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Added a native compile of Shadow. The native
     44          utilities are configured to work with the target system. The password
     45          and group files can now be shadowed and the root password can be set
     46          before booting into the system.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
    3850
    3951    <listitem>
  • BOOK/materials/common/patches.xml

    r4127a0b r2078b85  
    198198      </listitem>
    199199    </varlistentry>
     200
     201    <varlistentry>
     202      <term>Shadow Sysroot Hacks Patch - <token>&shadow-sysroot_hacks-patch-size;</token>:</term>
     203      <listitem>
     204        <para>Download: <ulink
     205        url="&patches-root;&shadow-sysroot_hacks-patch;"/></para>
     206        <para>MD5 sum: <literal>&shadow-sysroot_hacks-patch-md5;</literal></para>
     207      </listitem>
     208    </varlistentry>
    200209 
    201210    <varlistentry>
  • BOOK/patches.ent

    r4127a0b r2078b85  
    8585<!ENTITY perl-cross_compile-patch-size "76 KB">
    8686
     87<!ENTITY shadow-sysroot_hacks-patch "shadow-&shadow-version;-sysroot_hacks-1.patch">
     88<!ENTITY shadow-sysroot_hacks-patch-md5 "0d3f26660202e435e95c71dcea6e9613">
     89<!ENTITY shadow-sysroot_hacks-patch-size "16 KB">
     90
    8791<!ENTITY shadow-useradd_fix-patch "shadow-&shadow-version;-useradd_fix-1.patch">
    8892<!ENTITY shadow-useradd_fix-patch-md5 "272eb8ef4b9b7ad859292150526ea5fa">
Note: See TracChangeset for help on using the changeset viewer.