mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Reverse of r4738
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d697394ad2
commit
e2c85b1176
@ -82,9 +82,6 @@ first a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>March 12, 2005 [matt]: Udated users/groups as per discussion on
|
|
||||||
lfs-dev. http://archives.linuxfromscratch.org/mail-archives/lfs-dev/2005-February/050573.html</para></listitem>
|
|
||||||
|
|
||||||
<listitem><para>March 12, 2005 [matt]: Upgraded to udev-054</para></listitem>
|
<listitem><para>March 12, 2005 [matt]: Upgraded to udev-054</para></listitem>
|
||||||
|
|
||||||
<listitem><para>March 12, 2005 [matt]: Upgraded to findutils-4.2.19</para>
|
<listitem><para>March 12, 2005 [matt]: Upgraded to findutils-4.2.19</para>
|
||||||
|
@ -398,7 +398,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Udev Rules Configuration - 5 KB:</term>
|
<term>Udev Rules Configuration - 5 KB:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="http://downloads.linuxfromscratch.org/udev-config-2.rules"/></para>
|
<para><ulink url="http://downloads.linuxfromscratch.org/udev-config-3.rules"/></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -23,8 +23,7 @@ be relevant entries in the <filename>/etc/passwd</filename> and
|
|||||||
command:</para>
|
command:</para>
|
||||||
|
|
||||||
<screen><userinput>cat > /etc/passwd << "EOF"
|
<screen><userinput>cat > /etc/passwd << "EOF"
|
||||||
<literal>root:x:0:0:root:/root:/bin/bash
|
<literal>root:x:0:0:root:/root:/bin/bash</literal>
|
||||||
nobody:x:65534:65534:Nobody:/:/sbin/nologin</literal>
|
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
<para>The actual password for <emphasis>root</emphasis> (the <quote>x</quote>
|
<para>The actual password for <emphasis>root</emphasis> (the <quote>x</quote>
|
||||||
@ -35,12 +34,20 @@ command:</para>
|
|||||||
|
|
||||||
<screen><userinput>cat > /etc/group << "EOF"
|
<screen><userinput>cat > /etc/group << "EOF"
|
||||||
<literal>root:x:0:
|
<literal>root:x:0:
|
||||||
console:x:1:
|
bin:x:1:
|
||||||
tty:x:2:
|
sys:x:2:
|
||||||
kmem:x:3:
|
kmem:x:3:
|
||||||
disk:x:4:
|
tty:x:4:
|
||||||
utmp:x:5:
|
tape:x:5:
|
||||||
nogroup:x:65534:</literal>
|
daemon:x:6:
|
||||||
|
floppy:x:7:
|
||||||
|
disk:x:8:
|
||||||
|
lp:x:9:
|
||||||
|
dialout:x:10:
|
||||||
|
audio:x:11:
|
||||||
|
video:x:12:
|
||||||
|
utmp:x:13:
|
||||||
|
usb:x:14:</literal>
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
<para>The created groups are not part of any standard—they are some
|
<para>The created groups are not part of any standard—they are some
|
||||||
|
@ -24,7 +24,7 @@ table like this:</para>
|
|||||||
/dev/<replaceable>[yyy]</replaceable> swap swap pri=1 0 0
|
/dev/<replaceable>[yyy]</replaceable> swap swap pri=1 0 0
|
||||||
proc /proc proc defaults 0 0
|
proc /proc proc defaults 0 0
|
||||||
sysfs /sys sysfs defaults 0 0
|
sysfs /sys sysfs defaults 0 0
|
||||||
devpts /dev/pts devpts gid=2,mode=620 0 0
|
devpts /dev/pts devpts gid=4,mode=620 0 0
|
||||||
shm /dev/shm tmpfs defaults 0 0
|
shm /dev/shm tmpfs defaults 0 0
|
||||||
# End /etc/fstab</literal>
|
# End /etc/fstab</literal>
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user