Changeset ee02460


Ignore:
Timestamp:
Jul 2, 2006, 10:07:39 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
aeec3457
Parents:
4bf6314a
Message:

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

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/pwdgroup.xml

    r4bf6314a ree02460  
    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
  • BOOK/general.ent

    r4bf6314a ree02460  
    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.