From e2c85b1176f0059b7c877922fe22bb8b677d0982 Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Sun, 13 Mar 2005 05:30:59 +0000 Subject: Reverse of r4738 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 --- chapter03/packages.xml | 2 +- chapter06/pwdgroup.xml | 21 ++++++++++++++------- chapter08/fstab.xml | 2 +- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e52aff901..bfb0d5c06 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,9 +82,6 @@ first a summary, then a detailed log. -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 - March 12, 2005 [matt]: Upgraded to udev-054 March 12, 2005 [matt]: Upgraded to findutils-4.2.19 diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 3662927f6..b7f6b6069 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -398,7 +398,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>. Udev Rules Configuration - 5 KB: - + diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index a6aa0d938..990fe976e 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -23,8 +23,7 @@ be relevant entries in the /etc/passwd and command: cat > /etc/passwd << "EOF" -root:x:0:0:root:/root:/bin/bash -nobody:x:65534:65534:Nobody:/:/sbin/nologin +root:x:0:0:root:/root:/bin/bash EOF The actual password for root (the x @@ -35,12 +34,20 @@ command: cat > /etc/group << "EOF" root:x:0: -console:x:1: -tty:x:2: +bin:x:1: +sys:x:2: kmem:x:3: -disk:x:4: -utmp:x:5: -nogroup:x:65534: +tty:x:4: +tape:x:5: +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: EOF The created groups are not part of any standard—they are some diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 677e63fcd..969d306fb 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -24,7 +24,7 @@ table like this: /dev/[yyy] swap swap pri=1 0 0 proc /proc proc 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 # End /etc/fstab EOF -- cgit v1.2.3-54-g00ecf