Changeset a576c3d


Ignore:
Timestamp:
Jul 2, 2006, 10:07:39 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
9d166e1
Parents:
81fd590
Message:

Fixed issue in boot method caused by previous changes to /etc/passwd

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/common/pwdgroup.xml

    r81fd590 ra576c3d  
    4444
    4545<screen><userinput>cat &gt; ${CLFS}/etc/passwd &lt;&lt; "EOF"
    46 <literal>root:x:0:0:root:/root:/bin/bash</literal>
     46<literal>root::0:0:root:/root:/bin/bash</literal>
    4747EOF</userinput></screen>
    4848
  • general.ent

    r81fd590 ra576c3d  
    33<!ENTITY month "07"> <!-- Use two digits -->
    44<!ENTITY month_name "July">
    5 <!ENTITY day "02"> <!-- Use two digits -->
     5<!ENTITY day "03"> <!-- Use two digits -->
    66<!ENTITY year "2006"> <!-- Use four digits -->
    77
Note: See TracChangeset for help on using the changeset viewer.