Changeset e2c85b1


Ignore:
Timestamp:
03/13/2005 05:30:59 AM (19 years ago)
Author:
Jim Gifford <jim@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
516b668
Parents:
d697394
Message:

Reverse of r4738

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd697394 re2c85b1  
    8383</listitem>
    8484
    85 <listitem><para>March 12, 2005 [matt]: Udated users/groups as per discussion on
    86 lfs-dev. http://archives.linuxfromscratch.org/mail-archives/lfs-dev/2005-February/050573.html</para></listitem>
    87 
    8885<listitem><para>March 12, 2005 [matt]: Upgraded to udev-054</para></listitem>
    8986
  • chapter03/packages.xml

    rd697394 re2c85b1  
    399399<term>Udev Rules Configuration - 5 KB:</term>
    400400<listitem>
    401 <para><ulink url="http://downloads.linuxfromscratch.org/udev-config-2.rules"/></para>
     401<para><ulink url="http://downloads.linuxfromscratch.org/udev-config-3.rules"/></para>
    402402</listitem>
    403403</varlistentry>
  • chapter06/pwdgroup.xml

    rd697394 re2c85b1  
    2424
    2525<screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
    26 <literal>root:x:0:0:root:/root:/bin/bash
    27 nobody:x:65534:65534:Nobody:/:/sbin/nologin</literal>
     26<literal>root:x:0:0:root:/root:/bin/bash</literal>
    2827EOF</userinput></screen>
    2928
     
    3635<screen><userinput>cat &gt; /etc/group &lt;&lt; "EOF"
    3736<literal>root:x:0:
    38 console:x:1:
    39 tty:x:2:
     37bin:x:1:
     38sys:x:2:
    4039kmem:x:3:
    41 disk:x:4:
    42 utmp:x:5:
    43 nogroup:x:65534:</literal>
     40tty:x:4:
     41tape:x:5:
     42daemon:x:6:
     43floppy:x:7:
     44disk:x:8:
     45lp:x:9:
     46dialout:x:10:
     47audio:x:11:
     48video:x:12:
     49utmp:x:13:
     50usb:x:14:</literal>
    4451EOF</userinput></screen>
    4552
  • chapter08/fstab.xml

    rd697394 re2c85b1  
    2525proc           /proc        proc   defaults        0     0
    2626sysfs          /sys         sysfs  defaults        0     0
    27 devpts         /dev/pts     devpts gid=2,mode=620  0     0
     27devpts         /dev/pts     devpts gid=4,mode=620  0     0
    2828shm            /dev/shm     tmpfs  defaults        0     0
    2929# End /etc/fstab</literal>
Note: See TracChangeset for help on using the changeset viewer.