diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-13 05:00:01 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-13 05:00:01 +0000 |
commit | d697394ad2a1091f499c0410584778e52e8e1ee9 (patch) | |
tree | 8a0801991495701931eb47f638f9d4e3dd181889 /chapter08 | |
parent | f18250cd5811404cecb85ada102f443fed32af39 (diff) |
passwd and group changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/fstab.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 969d306fb..677e63fcd 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -24,7 +24,7 @@ table like this:</para> /dev/<replaceable>[yyy]</replaceable> swap swap pri=1 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 -devpts /dev/pts devpts gid=4,mode=620 0 0 +devpts /dev/pts devpts gid=2,mode=620 0 0 shm /dev/shm tmpfs defaults 0 0 # End /etc/fstab</literal> EOF</userinput></screen> |