Ignore:
Timestamp:
Aug 8, 2010, 5:43:25 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1c83a65f, 54cc3d8
Parents:
34be04a6
Message:

Migrated the UID and GID Map from Sysroot.

File:
1 edited

Legend:

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

    r34be04a6 r8f1ae86  
    4343
    4444<screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
    45 <literal>root:x:0:0:root:/root:/bin/bash</literal>
     45<literal>root:x:&uid-root;:&gid-root;:root:/root:/bin/bash</literal>
    4646EOF</userinput></screen>
    4747
     
    5959<screen><userinput>cat &gt; /etc/group &lt;&lt; "EOF"
    6060<literal>root:x:0:
    61 bin:x:1:
    62 sys:x:2:
    63 kmem:x:3:
    64 tty:x:4:
    65 tape:x:5:
    66 daemon:x:6:
    67 floppy:x:7:
    68 disk:x:8:
    69 lp:x:9:
    70 dialout:x:10:
    71 audio:x:11:
    72 video:x:12:
    73 utmp:x:13:
    74 usb:x:14:
    75 cdrom:x:15:</literal>
     61bin:x:&gid-bin;:
     62sys:x:&gid-sys;:
     63kmem:x:&gid-kmem;:
     64tty:x:&gid-tty;:
     65tape:x:&gid-tape;:
     66daemon:x:&gid-daemon;:
     67floppy:x:&gid-floppy;:
     68disk:x:&gid-disk;:
     69lp:x:&gid-lp;:
     70dialout:x:&gid-dialout;:
     71audio:x:&gid-audio;:
     72video:x:&gid-video;:
     73utmp:x:&gid-utmp;:
     74usb:x:&gid-usb;:
     75cdrom:x:&gid-cdrom;:</literal>
    7676EOF</userinput></screen>
    7777
Note: See TracChangeset for help on using the changeset viewer.